From: jose.lausuch Date: Sun, 17 Jan 2016 19:20:31 +0000 (+0100) Subject: Replace command "pass" in the shell script by ":" X-Git-Tag: 0.2~1790 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=14d783b94e759139d1edd54bc312fe2811080e4f;p=functest-xtesting.git Replace command "pass" in the shell script by ":" "pass" is a python command, not bash. ":" is the equivalent. Change-Id: Ied93813308599479b82729c66c10397135477a47 Signed-off-by: jose.lausuch --- diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 2225791a..97bbfefe 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -69,11 +69,11 @@ function run_test(){ if [ $INSTALLER_TYPE == "fuel" ]; then odl_port=8282 elif [ $INSTALLER_TYPE == "apex" ]; then - pass + : elif [ $INSTALLER_TYPE == "joid" ]; then - pass + : elif [ $INSTALLER_TYPE == "compass" ]; then - pass + : else error "INSTALLER_TYPE not valid." exit 1