forked from mirror/redis
makefile: give Redis time to exit.
This commit is contained in:
parent
d3c6b6f353
commit
ee3a8f1212
6
Makefile
6
Makefile
|
@ -1,9 +1,7 @@
|
||||||
all: testdeps
|
all: testdeps
|
||||||
go test ./... -test.v -test.cpu=1,2,4
|
go test ./... -test.v -test.cpu=1,2,4
|
||||||
go test ./... -test.short -test.race
|
sleep 3 # give Redis time to exit
|
||||||
|
go test ./... -test.v -test.short -test.race
|
||||||
test: testdeps
|
|
||||||
go test ./... -test.v=1
|
|
||||||
|
|
||||||
testdeps: .test/redis/src/redis-server
|
testdeps: .test/redis/src/redis-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue