From ee3a8f1212e4b73316881180a5a522297b8c08f4 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 21 Nov 2015 13:24:42 +0200 Subject: [PATCH] makefile: give Redis time to exit. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1b43765b..bda28e35 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ all: testdeps go test ./... -test.v -test.cpu=1,2,4 - go test ./... -test.short -test.race - -test: testdeps - go test ./... -test.v=1 + sleep 3 # give Redis time to exit + go test ./... -test.v -test.short -test.race testdeps: .test/redis/src/redis-server