Skip to content

Commit eb4fa17

Browse files
Working on iOS GitHub CI
1 parent f70fc99 commit eb4fa17

File tree

1 file changed

+1
-0
lines changed
  • packages/flutter_test_runners/lib/src/platform_comms/ios

1 file changed

+1
-0
lines changed

packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class Xcrun {
130130
final result = await Process.run(
131131
"sh",
132132
["-c", "xcrun simctl terminate booted $appBundleId"],
133+
runInShell: true,
133134
);
134135

135136
print("Killed app - exit code: ${result.exitCode}");

0 commit comments

Comments
 (0)