From 2c17045aa8fd6f01b379fbb6e5d29b9df45b9b1b Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 23 Aug 2021 22:03:57 +0800 Subject: refactor(cli/tools/test): infer disable log from program state (#11803) --- cli/main.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 123f638da..ad1e15643 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1005,7 +1005,6 @@ async fn test_command( no_run: bool, doc: bool, fail_fast: Option, - quiet: bool, allow_none: bool, filter: Option, shuffle: Option, @@ -1216,7 +1215,6 @@ async fn test_command( test_modules_to_reload, no_run, fail_fast, - quiet, true, filter.clone(), shuffle, @@ -1252,7 +1250,6 @@ async fn test_command( test_modules, no_run, fail_fast, - quiet, allow_none, filter, shuffle, @@ -1355,7 +1352,6 @@ fn get_subcommand( no_run, doc, fail_fast, - quiet, include, allow_none, filter, @@ -1367,7 +1363,6 @@ fn get_subcommand( no_run, doc, fail_fast, - quiet, allow_none, filter, shuffle, -- cgit v1.2.3