mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
inttests: exit with number of failed test as exit code
This commit is contained in:
parent
dff5de66da
commit
bed8c9d507
1 changed files with 1 additions and 0 deletions
1
test.sh
1
test.sh
|
|
@ -73,6 +73,7 @@ finalize()
|
|||
echo "cat report.txt"
|
||||
echo "to see details of failed tests"
|
||||
fi
|
||||
exit $FAILED
|
||||
}
|
||||
|
||||
setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue