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

Commit 74f9c92

Browse files
author
Emmanuel Garcia
committed
Add exit code
1 parent 9155d17 commit 74f9c92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/scenario_app/bin/android_integration_tests.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,7 @@ void main(List<String> args) async {
147147
await step('Dumping logcat (Errors only)...', () async {
148148
stdout.write(logcat);
149149
});
150+
151+
exit(0);
150152
}
151153
}

0 commit comments

Comments
 (0)