bug fix: when running manually a test, get stuck in echo 39/7739/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Jan 2016 16:14:27 +0000 (17:14 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Jan 2016 16:14:27 +0000 (17:14 +0100)
Change-Id: I0fd6c514b913a709289cabe44fed01a7ce5e953e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
docker/run_tests.sh

index c0bf06a..d4aadd4 100755 (executable)
@@ -192,7 +192,6 @@ done
 tests_file="/home/opnfv/functest/conf/testcase-list.txt"
 if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\
    [[ -f $tests_file ]]; then
-    echo "testcase-list.txt content:";cat $test_file; echo ""
     arr_test=($(cat $tests_file))
 else
     arr_test=(vping tempest vims rally)