runtest.sh : ajout test fin correcte make
This commit is contained in:
parent
59d8265b13
commit
67af03e93a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user