diff --git a/moz-webgpu-cts/src/main.rs b/moz-webgpu-cts/src/main.rs index 286e145..dd566b9 100644 --- a/moz-webgpu-cts/src/main.rs +++ b/moz-webgpu-cts/src/main.rs @@ -85,7 +85,7 @@ enum Subcommand { #[clap(long = "glob", value_name = "REPORT_GLOB")] report_globs: Vec, /// 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.