Skip to content

Commit 5423941

Browse files
feat(update_backlog)!: default --only-across-all-platforms to false
1 parent 316b88e commit 5423941

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
@@ -293,7 +293,7 @@ enum OnZeroItem {
293293
enum UpdateBacklogSubcommand {
294294
/// Remove tests that expect only `PASS` outcomes on all platforms from `backlog`.
295295
PromotePermaPassing {
296-
#[clap(long, default_value_t = true)]
296+
#[clap(long)]
297297
only_across_all_platforms: bool,
298298
},
299299
}

0 commit comments

Comments
 (0)