Skip to content

Commit

Permalink
Improve debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Jun 24, 2022
1 parent d899847 commit d5b0830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats.bats
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ END_OF_ERR_MSG
# add a new test that was missed before
echo $'@test missed { :; }' >> "many_passing_and_one_failing.bats"

cat .bats/run-logs/*
find .bats/run-logs/ -type f -print -exec cat {} \;

run -1 bats --tap --filter-status failed "many_passing_and_one_failing.bats"
# now we should only run the failing test
Expand Down

0 comments on commit d5b0830

Please sign in to comment.