DATAREDIS-920 - Force maven failure.

This commit is contained in:
Greg Turnquist
2019-03-13 23:01:47 -05:00
parent 6574d70fc5
commit 08acc3aa93

View File

@@ -150,5 +150,5 @@ stop: redis-stop sentinel-stop cluster-stop
test:
$(MAKE) start
sleep 2
set -euo pipefail ; ./mvnw clean test -DrunLongTests=true -P$(SPRING_PROFILE)
./mvnw clean test -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
$(MAKE) stop