From c067ffd273f866eb7e2b6c34f46bd266486d04fa Mon Sep 17 00:00:00 2001 From: Peter Bandzi Date: Tue, 26 May 2015 18:53:38 +0200 Subject: fix absolute/relative issue in start_test.sh JIRA: FUNCTEST-5 Change-Id: Ib9764932b18e2684ec78040bcadbd432b5701cec Signed-off-by: Peter Bandzi --- testcases/Controllers/ODL/CI/start_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/Controllers/ODL/CI/start_tests.sh b/testcases/Controllers/ODL/CI/start_tests.sh index f4980502b..7bc0b513b 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 -- cgit 1.2.3-korg