From e8de4f5b57b4ce30716471df8bd6afbc736cdf4c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 15 Jan 2017 23:13:20 +0100 Subject: [PATCH] Quelques modifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction pour le niveau 1, c'est une erreur du côté du testing_process avec le test NO_URL (Je teste sur minidlna). Il ne changeait pas la bonne variable. Les variables GLOBAL_CHECK_SETUP et GLOBAL_CHECK_REMOVE sont un vrai casse tête ! --- sub_scripts/testing_process.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index de2f8bc..0b59b13 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -306,7 +306,7 @@ CHECK_SETUP_NO_URL () { note=$((note+1)) fi GLOBAL_CHECK_SETUP=1 # Installation réussie - GLOBAL_CHECK_SUB_DIR=1 + GLOBAL_CHECK_ROOT=1 else ECHO_FORMAT "--- FAIL ---\n" "lred" "bold" if [ "$GLOBAL_CHECK_SETUP" -ne 1 ]; then @@ -327,7 +327,8 @@ CHECK_SETUP_NO_URL () { if [ "$GLOBAL_CHECK_REMOVE_ROOT" -eq 0 ]; then note=$((note+1)) fi - GLOBAL_CHECK_REMOVE_ROOT=1 # Suppression réussie + GLOBAL_CHECK_REMOVE=1 # Suppression réussie + GLOBAL_CHECK_REMOVE_ROOT=1 else ECHO_FORMAT "--- FAIL ---\n" "lred" "bold" if [ "$GLOBAL_CHECK_REMOVE" -ne 1 ]; then