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

fix script to work in any directory


Signed-off-by: default avatarearplov <arpad.lovassy@ericsson.com>
parent 427859f5
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,8 @@ file_exist ${JUNIT_FULL}
file_exist ${HAMCREST_FULL}
# run test (and build its dependencies if needed)
BASEDIR=${0%/*}
BASEDIR=$(dirname $0)
echo BASEDIR: $BASEDIR
ant \
-f $BASEDIR/build.xml \
-Djunit.full=${JUNIT_FULL} \
......
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