Skip to content

Commit 24dc0fa

Browse files
committed
undo changes to run_tests_in_ci.js because they aren't part of this PR
1 parent 78bbbc0 commit 24dc0fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/run_tests_in_ci.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ const argv = yargs.options({
8888
console.log(stdout);
8989
console.error(stderr);
9090
writeLogs('Failure', name, stdout + '\n' + stderr);
91-
92-
// NOTE: Set `process.exitCode` rather than calling `process.exit()` because
93-
// the latter will exit forcefully even if stdout/stderr have not been fully
94-
// flushed, leading to truncated output.
95-
process.exitCode = 1;
91+
process.exit(1);
9692
}
9793
})();

0 commit comments

Comments
 (0)