From 0b2e908691a2d5d35ebd877a2c3339b230b81eb0 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 29 Apr 2021 00:13:56 +0000 Subject: Add support for --run for non-ui tests --- src/bootstrap/flags.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index 13d11cded30..dd1e48a1468 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -294,12 +294,7 @@ To learn more about a subcommand, run `./x.py -h`", "force {check,build,run}-pass tests to this mode.", "check | build | run", ); - opts.optopt( - "", - "run", - "whether to execute run-* tests", - "auto | always | never", - ); + opts.optopt("", "run", "whether to execute run-* tests", "auto | always | never"); opts.optflag( "", "rustfix-coverage", -- cgit 1.4.1-3-g733a5