mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-08-18 08:29:38 +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
|
||||
run_all_tests "$1"
|
||||
exit_status=$?
|
||||
display_test_summary
|
||||
exit $?
|
||||
exit $exit_status
|
||||
fi
|
||||
|
||||
# Run all actions.
|
||||
|
Reference in New Issue
Block a user