From 67af03e93a17489ff3e54be318c478dff5014b49 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 1 Jul 2024 11:11:45 +0200 Subject: [PATCH] runtest.sh : ajout test fin correcte make --- runtest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtest.sh b/runtest.sh index 700d352..c008e89 100755 --- a/runtest.sh +++ b/runtest.sh @@ -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