summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bandzi <pbandzi@cisco.com>2015-05-26 18:53:38 +0200
committerPeter Bandzi <pbandzi@cisco.com>2015-05-26 18:56:17 +0200
commitc067ffd273f866eb7e2b6c34f46bd266486d04fa (patch)
tree610ebb4fb5f4e147b8adbd951dd9930adb600c50
parent066ff10fc650460ad1345e662795b7c8246a3f4f (diff)
fix absolute/relative issue in start_test.sh
JIRA: FUNCTEST-5 Change-Id: Ib9764932b18e2684ec78040bcadbd432b5701cec Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
-rwxr-xr-xtestcases/Controllers/ODL/CI/start_tests.sh2
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 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