Skip to content

Commit 66f41c5

Browse files
committed
fixup! test: catch and log all errors include test setup
1 parent 4e58e28 commit 66f41c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/legacy-cli/e2e_runner.ts

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ Promise.all([findFreePort(), findFreePort()])
181181
} else {
182182
console.log(colors.green('Done.'));
183183
}
184+
185+
process.exitCode = 0;
184186
} catch (err) {
185187
if (err instanceof Error) {
186188
console.log('\n');

0 commit comments

Comments
 (0)