Skip to content

Commit 621c702

Browse files
committed
Forward integration test exit code to running proc
Fixes #5179
1 parent 9186c72 commit 621c702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/test_integration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ async function run() {
6262
console.error(run.error);
6363
process.exit(run.status ?? -1);
6464
}
65+
66+
process.exit(run.status);
6567
}
6668
}
6769
run();

0 commit comments

Comments
 (0)