From 08acc3aa93fd62c51cdb968d77aeed5c6acc4274 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 13 Mar 2019 23:01:47 -0500 Subject: [PATCH] DATAREDIS-920 - Force maven failure. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08577f7b4..7c794b84a 100644 --- a/Makefile +++ b/Makefile @@ -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