diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-22 17:14:27 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-22 17:14:27 +0100 |
commit | 996177900a5114ac48ce9f149773c0ada1efe8c2 (patch) | |
tree | 2fa38f83a73f160bb15eab14ea905bad74a87c19 | |
parent | 59063638116508f7ce4f7612def938bb9eb0e938 (diff) |
bug fix: when running manually a test, get stuck in echo
Change-Id: I0fd6c514b913a709289cabe44fed01a7ce5e953e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-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) |