diff --git a/tests/ci-remote-exec.sh b/tests/ci-remote-exec.sh index 1c20a4d4..e9ed1b97 100755 --- a/tests/ci-remote-exec.sh +++ b/tests/ci-remote-exec.sh @@ -3,7 +3,7 @@ set -xe if [[ $# -lt 1 ]]; then - echo "Error: ci-remote-exec.sh must be called with 1(REMOTE_EXEC) or more than 1 args (REMOTE_EXEC, ARGS1 ARGS2 etc)" + echo "Error:$0 must be called with 1(REMOTE_EXEC) or more than 1 args (REMOTE_EXEC, ARGS1 ARGS2 etc)" exit 1 fi diff --git a/tests/remote-exec-local.sh b/tests/remote-exec-local.sh index f24a6390..b423f0d9 100755 --- a/tests/remote-exec-local.sh +++ b/tests/remote-exec-local.sh @@ -15,8 +15,9 @@ source ${SCRIPT_DIR}/.local.sh # Sync the project folder to the remote ${SCRIPT_DIR}/push.sh +# SHIVA # We trigger the installation of prerequisites on the remote instance -remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites.sh +# remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites.sh # We trigger the specified script on the remote instance. # on target $0: cd ${PROJECT} && PROJECT=${PROJECT_DIR}