diff options
-rwxr-xr-x | testcases/Controllers/ODL/CI/start_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/start_tests.sh b/testcases/Controllers/ODL/CI/start_tests.sh index f4980502..7bc0b513 100755 --- a/testcases/Controllers/ODL/CI/start_tests.sh +++ b/testcases/Controllers/ODL/CI/start_tests.sh @@ -87,7 +87,7 @@ do mv report.html $BASEDIR/logs/${test_num}/ mv output.xml $BASEDIR/logs/${test_num}/ ((test_num++)) -done < test_list.txt +done < ${BASEDIR}/test_list.txt echo -e "${green}Deactivate venv.${nc}" deactivate |