mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-08-20 09:07:54 +02:00
Fix test/run.sh passing when tests are actually failing
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user