File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/flutter_test_runners/example_deep_links/test_driver Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ void main() {
15
15
test ("xcrun sanity check" , () async {
16
16
print ("Running xcrun Process sanity check." );
17
17
18
- print ("Env variables:" );
19
- print (Process .runSync ('env' , []).stdout);
18
+ // print("Env variables:");
19
+ // print(Process.runSync('env', []).stdout);
20
20
21
21
print ("Running the command..." );
22
22
final process = await Process .start (
@@ -25,11 +25,11 @@ void main() {
25
25
"-c" ,
26
26
"xcrun" ,
27
27
"simctl" ,
28
- "list" ,
29
- "--verbose" ,
30
- // "get_app_container",
31
- // "booted",
32
- // "com.flutterbountyhunters.deeplinks.example",
28
+ // "list",
29
+ // "--verbose",
30
+ "get_app_container" ,
31
+ "booted" ,
32
+ "com.flutterbountyhunters.deeplinks.example" ,
33
33
],
34
34
);
35
35
process.stdout.transform (utf8.decoder).listen ((data) {
You can’t perform that action at this time.
0 commit comments