Fix build config for standalone tests (need to be run separately)

This commit is contained in:
Dave Syer
2016-08-14 09:44:20 -07:00
parent 3c104276fc
commit d56006bc93
4 changed files with 40 additions and 349 deletions

View File

@@ -13,6 +13,6 @@ echo -e "\n\nRUNNING TESTS FOR VERIFIER IN VERSION [${VERIFIER_VERSION}]\n\n"
cd samples/standalone
echo "Running tests"
./runTests.sh
../../mvnw clean install -P integration
cd $ROOT_FOLDER