Skip to content

Commit

Permalink
[cli] fix: replica tests don't rerun on error bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Oct 3, 2024
1 parent 63c34ba commit 7300fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/commands/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export async function testWithReporter(reporterName : ReporterName | Reporter |
stderrStream.write(e.message);
}
}).finally(async () => {
globalThis.mopsReplicaTestRunning = false;
fs.rmSync(wasmFile, {force: true});
}).then(resolve);
}
Expand Down

0 comments on commit 7300fda

Please sign in to comment.