Skip to content

Commit 0155e0b

Browse files
Working on iOS GitHub CI
1 parent eb4fa17 commit 0155e0b

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@ class Xcrun {
127127
// runInShell: true,
128128
// );
129129

130+
print("Sending xcrun simctl terminate command...");
130131
final result = await Process.run(
131132
"sh",
132133
["-c", "xcrun simctl terminate booted $appBundleId"],
133134
runInShell: true,
135+
includeParentEnvironment: false,
134136
);
135137

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

0 commit comments

Comments
 (0)