Skip to content

Commit 78a2c08

Browse files
Working on iOS GitHub CI
1 parent cf629f8 commit 78a2c08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/flutter_test_runners/example_deep_links/test_driver/deep_link_ios_test.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ void main() {
1515
test("xcrun sanity check", () async {
1616
print("Running xcrun Process sanity check.");
1717

18-
print("Env variables:");
19-
print(Process.runSync('env', []).stdout);
18+
// print("Env variables:");
19+
// print(Process.runSync('env', []).stdout);
2020

2121
print("Running the command...");
2222
final process = await Process.start(
@@ -25,11 +25,11 @@ void main() {
2525
"-c",
2626
"xcrun",
2727
"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",
3333
],
3434
);
3535
process.stdout.transform(utf8.decoder).listen((data) {

0 commit comments

Comments
 (0)