Skip to content
Snippets Groups Projects
Commit d17ff58b authored by “kpepper”'s avatar “kpepper”
Browse files

travis yml change

parent 92174bce
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ before_install:
install:
- "$BUILD_CMD"
script:
- test $RUN_TESTS = true \
&& cd test \
&& ln -s $(pwd)/../etc/log4j.properties . \
&& ./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]
- if [ "$RUN_TESTS" == "true" ]; then
cd test;
ln -s $(pwd)/../etc/log4j.properties .;
./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ];
fi
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