From 12f0295fdbb99ad4b522a433c779d013ff812069 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 27 Jun 2017 11:47:08 +0200 Subject: [PATCH] Minor fixes --- package_check.sh | 4 ++-- sub_scripts/testing_process.sh | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/package_check.sh b/package_check.sh index 6bd61ba..f850edb 100755 --- a/package_check.sh +++ b/package_check.sh @@ -872,7 +872,7 @@ then # Parse each tests serie - while read tests_serie + while read <&3 tests_serie do # Initialize the values for this serie of tests @@ -1020,7 +1020,7 @@ then # Destroy all snapshots other than snap0 destroy_temporary_snapshot - done <<< "$(grep "^;; " "$check_process")" + done 3<<< "$(grep "^;; " "$check_process")" # No check_process file. Try to parse the manifest. else diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 4ca2a5c..af024f8 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -1188,16 +1188,6 @@ CHECK_CHANGE_URL () { ECHO_FORMAT "\nPreliminary install...\n" "white" "bold" clog STANDARD_SETUP_APP -# Wait for next release... -LXC_START "yunohost app --help | grep --quiet change-url" -if [ $? -ne 0 ] -then - ECHO_FORMAT "change-url is only available on testing or unstable...\n" "red" "bold" - RESULT_change_url=0 - return 0 -fi -# ... - # Check if the install had work if [ $yunohost_result -ne 0 ] then