Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c6afc4d

Browse files
committed
++
1 parent 8ce2fd4 commit c6afc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/bin/run_android_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void main(List<String> args) async {
8080
ndkStack: options.ndkStack,
8181
);
8282
onSigint.cancel();
83-
exitCode = 0;
83+
exit(0);
8484
},
8585
(Object error, StackTrace stackTrace) {
8686
onSigint.cancel();

0 commit comments

Comments
 (0)