diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 5da5c66..1f40a9f 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -522,6 +522,7 @@ is_install_failed () { # Check if an install have previously work # If the test for install in sub dir isn't desactivated + sub_dir_install=0 if [ $setup_sub_dir -ne 0 ] then # If a test succeed or if force_install_ok is set @@ -537,6 +538,7 @@ is_install_failed () { # If the test for install on root isn't desactivated + root_install=0 if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ] then # If a test succeed or if force_install_ok is set