diff --git a/moz-webgpu-cts/src/main.rs b/moz-webgpu-cts/src/main.rs index 161aa81..993a428 100644 --- a/moz-webgpu-cts/src/main.rs +++ b/moz-webgpu-cts/src/main.rs @@ -266,7 +266,10 @@ fn run(cli: Cli) -> ExitCode { .collect::>(); 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; }