diff --git a/script/node-spec-runner.js b/script/node-spec-runner.js index 570a4d00df..eea9c30760 100644 --- a/script/node-spec-runner.js +++ b/script/node-spec-runner.js @@ -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();