Skip to content
Snippets Groups Projects
Commit f3b2a180 authored by al.schwinn's avatar al.schwinn
Browse files

run unit-tests before release

parent c06aa099
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ INSTALL_DIR=$1 ...@@ -6,6 +6,9 @@ INSTALL_DIR=$1
SCRIPT=$(readlink -f "$0") SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in
cd ${SCRIPTPATH}/src/xml
python runTests.py
mkdir -p ${INSTALL_DIR} mkdir -p ${INSTALL_DIR}
cp -r ${SCRIPTPATH}/src/xml ${INSTALL_DIR} cp -r ${SCRIPTPATH}/src/xml ${INSTALL_DIR}
\ No newline at end of file
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