mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 19:57:46 +02: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
|
if [ -n "$1" ]; then
|
||||||
run_all_tests "$1"
|
run_all_tests "$1"
|
||||||
|
exit_status=$?
|
||||||
display_test_summary
|
display_test_summary
|
||||||
exit $?
|
exit $exit_status
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run all actions.
|
# Run all actions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user