Skip to content

Commit 11cb431

Browse files
committed
fix: better debug output when fixture script script fails
1 parent 82999c2 commit 11cb431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ fn scripted_fixture_read_only_with_args_inner(
476476
}
477477
assert!(
478478
output.status.success(),
479-
"fixture script failed: stdout: {}\nstderr: {}",
479+
"fixture script of {cmd:?} failed: stdout: {}\nstderr: {}",
480480
output.stdout.as_bstr(),
481481
output.stderr.as_bstr()
482482
);

0 commit comments

Comments
 (0)