mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
test: exit properly when node-spec-runner validates specs (#36091)
test: exit properly when node spec runner validates specs
This commit is contained in:
@@ -67,6 +67,8 @@ async function main () {
|
||||
console.error(`Found ${missing.length} missing disabled specs: \n${missing.join('\n')}`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
const options = args.default ? defaultOptions : getCustomOptions();
|
||||
|
||||
Reference in New Issue
Block a user