Skip to content

Commit b2afcaf

Browse files
authored
Merge 42aefd7 into 5b87b59
2 parents 5b87b59 + 42aefd7 commit b2afcaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/emulator-testing/emulators/emulator.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,10 @@ export abstract class Emulator {
123123
console.log(`Shutting down emulator, pid: [${this.emulator.pid}] ...`);
124124
this.emulator.kill();
125125
}
126+
127+
if (this.binaryPath) {
128+
console.log(`Deleting the emulator jar at ${this.binaryPath}`);
129+
fs.unlinkSync(this.binaryPath);
130+
}
126131
}
127132
}

0 commit comments

Comments
 (0)