mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-08 16:43:37 +00:00
Merge pull request #3026 from immanuwell/fix-validator-test-exit
fix: make validators test failures exit non-zero
This commit is contained in:
@@ -244,4 +244,5 @@ try {
|
|||||||
runTests();
|
runTests();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Test failed:", error);
|
console.error("Test failed:", error);
|
||||||
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user