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: brahmaputra.1.0~42 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=37477ca0539ec481d21a5ede30915e8150a9e9fb;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 (cherry picked from commit 188aef4912beee7a8eb87272de1500a1bded99f0) --- 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")