makefile: give Redis time to exit.

This commit is contained in:
Vladimir Mihailenco 2015-11-21 13:24:42 +02:00
parent d3c6b6f353
commit ee3a8f1212
1 changed files with 2 additions and 4 deletions

View File

@ -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