Skip to content
Snippets Groups Projects
Commit bc571abf authored by earplov's avatar earplov
Browse files

fixed executor API test script to run from any directory


Signed-off-by: default avatarearplov <arpad.lovassy@ericsson.com>
parent 7c8e1335
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,9 @@ file_exist ${JUNIT_FULL}
file_exist ${HAMCREST_FULL}
# run test (and build its dependencies if needed)
BASEDIR=${0%/*}
ant \
-f $BASEDIR/build.xml \
-Djunit.full=${JUNIT_FULL} \
-Dhamcrest.full=${HAMCREST_FULL} \
TITAN_Executor_API_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment