summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocker/run_tests.sh1
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)