Apply stable CLI failure exit codes
This commit is contained in:
parent
50d298ead7
commit
b808dad0e5
8 changed files with 224 additions and 7 deletions
|
|
@ -166,6 +166,10 @@ for (const script of [publicAcceptance, publicSplit]) {
|
|||
script.includes("node scripts/cli-login-smoke.js"),
|
||||
"public acceptance gates must run cli-login-smoke.js"
|
||||
);
|
||||
assert(
|
||||
script.includes("node scripts/cli-error-exit-smoke.js"),
|
||||
"public acceptance gates must run cli-error-exit-smoke.js"
|
||||
);
|
||||
assert(
|
||||
script.includes("node scripts/acceptance-report-smoke.js"),
|
||||
"public acceptance gates must run acceptance-report-smoke.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue