makefile: remove ginkgo flags.

This commit is contained in:
Vladimir Mihailenco 2015-06-02 18:24:14 +03:00
parent 2103d88732
commit 90aaae2ba2
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
all: testdeps
go test ./... -v 1 -ginkgo.slowSpecThreshold=10 -cpu=1,2,4
go test ./... -ginkgo.slowSpecThreshold=10 -short -race
go test ./... -v=1 -cpu=1,2,4
go test ./... -short -race
test: testdeps
go test ./... -v 1 -ginkgo.slowSpecThreshold=10
go test ./... -v=1
testdeps: .test/redis/src/redis-server