Skip to content

Commit 877fa4a

Browse files
feat(process_reports): default --preset to reset-contradictory
This allows terser invocations for invocations without reports specified, which we've just barely started allowing.
1 parent 189c255 commit 877fa4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ enum Subcommand {
8585
#[clap(long = "glob", value_name = "REPORT_GLOB")]
8686
report_globs: Vec<String>,
8787
/// The heuristic for resolving differences between current metadata and processed reports.
88-
#[clap(long)]
88+
#[clap(long, default_value = "reset-contradictory")]
8989
preset: ReportProcessingPreset,
9090
},
9191
/// Parse test metadata and re-emit it in normalized form.

0 commit comments

Comments
 (0)