Skip to content

Commit b05878c

Browse files
Working on iOS GitHub CI
1 parent 58a6fef commit b05878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test_runners/example_deep_links/test_driver/deep_link_ios_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void main() {
3131
'FLUTTER_TEST': 'false',
3232
},
3333
runInShell: true,
34-
mode: ProcessStartMode.detachedWithStdio,
34+
mode: ProcessStartMode.inheritStdio,
3535
);
3636
process.stdout.transform(utf8.decoder).listen((data) {
3737
print("STDOUT:\n$data");

0 commit comments

Comments
 (0)