runtest.sh : ajout test fin correcte make
This commit is contained in:
parent
59d8265b13
commit
67af03e93a
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ done
|
||||||
|
|
||||||
# S'assurer que le script de test est à jour
|
# S'assurer que le script de test est à jour
|
||||||
make ${TESTFILE}
|
make ${TESTFILE}
|
||||||
|
if [[ $? -ne 0 ]]
|
||||||
|
then
|
||||||
|
exit $?
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$tests" == "tous" ]]
|
if [[ "$tests" == "tous" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue