diff options
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index da44eba7c..265b39b57 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -723,7 +723,8 @@ async fn test_specifier( stdout: StdioPipe::File(sender.stdout()), stderr: StdioPipe::File(sender.stderr()), }, - ); + ) + .await?; worker.run_test_specifier(mode).await } |