Amélioration du script de test
This commit is contained in:
parent
c558d550f0
commit
bd49af8c2b
2
test.sh
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user