Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
gnalh committed Sep 6, 2024
1 parent 718ae21 commit 923901b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ pub async fn run_test_command(
} else {
Vec::new()
};
if failures.is_empty() && exit_code != EXIT_SUCCESS {
log::warn!("Command failed but no test failures were found!");
}
Ok(RunResult {
exit_code,
failures,
Expand Down

0 comments on commit 923901b

Please sign in to comment.