Skip to content

Commit

Permalink
makefile: give Redis time to exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 21, 2015
1 parent d3c6b6f commit ee3a8f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ee3a8f1

Please sign in to comment.