]> Cypherpunks.ru repositories - nncp.git/commitdiff
Let's failfast when running tests
authorSergey Matveev <stargrave@stargrave.org>
Sat, 17 Feb 2018 14:35:24 +0000 (17:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 17 Feb 2018 15:56:40 +0000 (18:56 +0300)
common.mk

index 34d6404a03ac15ac6e14eb6137639e9a148f9403..34ee30d35ca1cc6fc1f6dee67d762a2501af37f5 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -93,7 +93,7 @@ nncp-xfer:
        GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-xfer
 
 test:
-       GOPATH=$(GOPATH) go test cypherpunks.ru/nncp/...
+       GOPATH=$(GOPATH) go test -failfast cypherpunks.ru/nncp/...
 
 clean:
        rm -f $(ALL)