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

Commit d4aaabc

Browse files
committed
Remove directory on test success
1 parent 7defc8e commit d4aaabc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/scenario_app/bin/run_ios_tests.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Future<void> _run(
161161
io.stderr.writeln('test succcess.');
162162
}
163163
}
164+
resultBundle.deleteSync(recursive: true);
164165

165166
if (withImpeller) {
166167
final process = await _runTests(

0 commit comments

Comments
 (0)