From cf05284a0cdfb6bff62ecb60baf16bec9853abe4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 26 Aug 2024 13:40:37 +0200 Subject: Small improvements to the test runner (#4838) --- tests/src/args.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/src/args.rs') diff --git a/tests/src/args.rs b/tests/src/args.rs index ca0ee73c..b3441e90 100644 --- a/tests/src/args.rs +++ b/tests/src/args.rs @@ -46,6 +46,9 @@ pub struct CliArguments { /// Displays the syntax tree. #[arg(long)] pub syntax: bool, + /// Displays only one line per test, hiding details about failures. + #[arg(short, long)] + pub compact: bool, /// Prevents the terminal from being cleared of test names. #[arg(short, long)] pub verbose: bool, -- cgit v1.2.3