Skip to content

Commit b7789af

Browse files
fixup! WIP: feat: add process-reports subcmd.
1 parent fe21153 commit b7789af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

moz-webgpu-cts/src/main.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ fn run(cli: Cli) -> ExitCode {
266266
.collect::<Vec<_>>();
267267

268268
if found_glob_walk_err {
269-
log::error!("failed to enumerate files with WPT report globs; bailing");
269+
log::error!(concat!(
270+
"failed to enumerate files with WPT report globs, ",
271+
"see above for more details"
272+
));
270273
return ExitCode::FAILURE;
271274
}
272275

0 commit comments

Comments
 (0)