Skip to content

Commit

Permalink
feat(process_reports): default --preset to reset-contradictory
Browse files Browse the repository at this point in the history
This allows terser invocations for invocations without reports
specified, which we've just barely started allowing.
  • Loading branch information
ErichDonGubler committed Apr 15, 2024
1 parent 189c255 commit 877fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ enum Subcommand {
#[clap(long = "glob", value_name = "REPORT_GLOB")]
report_globs: Vec<String>,
/// The heuristic for resolving differences between current metadata and processed reports.
#[clap(long)]
#[clap(long, default_value = "reset-contradictory")]
preset: ReportProcessingPreset,
},
/// Parse test metadata and re-emit it in normalized form.
Expand Down

0 comments on commit 877fa4a

Please sign in to comment.