From bd49af8c2b0cd0feeca69459f83371f3f2683860 Mon Sep 17 00:00:00 2001
From: Moncef STITI <moncef.stiti@etu.u-pec.fr>
Date: Sat, 8 Feb 2025 23:25:15 +0100
Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20script=20de=20test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.sh b/test.sh
index c5b21a4..c8c1b6c 100755
--- a/test.sh
+++ b/test.sh
@@ -40,7 +40,7 @@ executer_cas_de_test() {
         fi
         code_sortie=$?
 
-        sortie_normalisee=$(echo "$sortie" | sed 's/make: .main. is up to date./TARGET_UP_TO_DATE/' | sed 's/bake: .main. is up to date./TARGET_UP_TO_DATE/')
+        sortie_normalisee=$(echo "$sortie" | sed "s/make: [\`'].*[']* is up to date\./TARGET_UP_TO_DATE/" | sed "s/bake: [\`'].*[']* is up to date\./TARGET_UP_TO_DATE/")
         
         echo "$sortie" > "$fichier_sortie"
         echo "Sortie ${outil} :" >> "$fichier_journal"