Skip to content

Commit eb940c9

Browse files
Liviu RauDevtools-frontend LUCI CQ
authored andcommitted
Propagate --bail option
Useful when verifying flakiness. Running with --repeat=100 --bail will run the selected tests 100 times but exit at the first failure. Bug: 407460244 Change-Id: I485fb7317f85daf1daa7c84cd7149a04ace9ad30 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6429295 Auto-Submit: Liviu Rau <[email protected]> Reviewed-by: Andres Olivares <[email protected]> Commit-Queue: Andres Olivares <[email protected]>
1 parent 272e5f0 commit eb940c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const options = commandLineArgs(yargs(process.argv.slice(2)))
3838
.strict()
3939
.parseSync();
4040

41-
const CONSUMED_OPTIONS = ['tests', 'skip-ninja', 'debug-driver', 'bail', 'b', 'verbose', 'v', 'watch'];
41+
const CONSUMED_OPTIONS = ['tests', 'skip-ninja', 'debug-driver', 'verbose', 'v', 'watch'];
4242

4343
let logLevel = 'error';
4444
if (options['verbose'] === 1) {

0 commit comments

Comments
 (0)