diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-01-22 16:29:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-22 16:29:11 +0000 |
commit | e2bf1a214b748384a8ffe45d761c39f93bc7f8e3 (patch) | |
tree | fc4b9a436e4498a458c99d647a93762e3fb6bf95 | |
parent | b8a2d3f517a2c599b603da491229527278b0e87d (diff) | |
parent | 996177900a5114ac48ce9f149773c0ada1efe8c2 (diff) |
Merge "bug fix: when running manually a test, get stuck in echo"
-rwxr-xr-x | docker/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index c0bf06a2a..d4aadd464 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -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) |