Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Try re-adding exit(0).
  • Loading branch information
matanlurey committed Feb 6, 2024
commit ab30e4324098ec04099475d6554a624c75fe1a3f
1 change: 1 addition & 0 deletions testing/scenario_app/bin/android_integration_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void main(List<String> args) async {
final File adb = File(results['adb'] as String);
final bool smokeTest = results['smoke-test'] as bool;
await _run(outDir: outDir, adb: adb, smokeTest: smokeTest);
exit(0);
},
(Object error, StackTrace stackTrace) {
if (error is! Panic) {
Expand Down