From fe2c48be1db3bfc1b147a8079c469ba0b670a4c1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 10 Aug 2020 11:45:12 +0200 Subject: [PATCH] DATAREDIS-1190 - Polishing. Make clean after make test to reset potential state-changing configuration updates. Original Pull Request: #555 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index da152be38..07f7c0ce9 100644 --- a/Makefile +++ b/Makefile @@ -157,4 +157,5 @@ test: sleep 1 ./mvnw clean test -U -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1) $(MAKE) stop + $(MAKE) clean