From: jose.lausuch Date: Wed, 10 Feb 2016 20:39:54 +0000 (+0100) Subject: Bugfix add "fi" at the end of the if-else statement in run_tests.sh X-Git-Tag: colorado.1.0~517 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F9753%2F1;p=functest.git Bugfix add "fi" at the end of the if-else statement in run_tests.sh Change-Id: I14945cf335803936043ab71dff93250577bc6601 Signed-off-by: jose.lausuch --- diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 596c80d80..83806d6f7 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -85,6 +85,7 @@ function run_test(){ clean_flag="" if [ $clean == "false" ]; then clean_flag="-n" + fi case $test_name in "vping_ssh")