runtest.sh : ajout test fin correcte make

This commit is contained in:
Jean-Christophe Engel 2024-07-01 11:11:45 +02:00
parent 59d8265b13
commit 67af03e93a

View File

@ -105,6 +105,10 @@ done
# S'assurer que le script de test est à jour
make ${TESTFILE}
if [[ $? -ne 0 ]]
then
exit $?
fi
if [[ "$tests" == "tous" ]]
then