mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 07:16:25 -04:00
Fix test/run.sh passing when tests are actually failing
This commit is contained in:
parent
3d4a0b8381
commit
d38d5b518e
|
|
@ -76,8 +76,9 @@ display_test_summary() {
|
|||
|
||||
if [ -n "$1" ]; then
|
||||
run_all_tests "$1"
|
||||
exit_status=$?
|
||||
display_test_summary
|
||||
exit $?
|
||||
exit $exit_status
|
||||
fi
|
||||
|
||||
# Run all actions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue