1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +03:00

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

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