mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +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 "cat report.txt"
|
||||||
echo "to see details of failed tests"
|
echo "to see details of failed tests"
|
||||||
fi
|
fi
|
||||||
|
exit $FAILED
|
||||||
}
|
}
|
||||||
|
|
||||||
setup
|
setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue