Skip to content

Commit

Permalink
fixup! WIP: feat: add process-reports subcmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 6, 2023
1 parent fe21153 commit b7789af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ fn run(cli: Cli) -> ExitCode {
.collect::<Vec<_>>();

if found_glob_walk_err {
log::error!("failed to enumerate files with WPT report globs; bailing");
log::error!(concat!(
"failed to enumerate files with WPT report globs, ",
"see above for more details"
));
return ExitCode::FAILURE;
}

Expand Down

0 comments on commit b7789af

Please sign in to comment.