summaryrefslogtreecommitdiff
path: root/tests/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/args.rs')
-rw-r--r--tests/src/args.rs3
1 files changed, 3 insertions, 0 deletions
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,