Update to latest upstream master

This commit is contained in:
Leonid Bugaev
2019-05-18 10:36:46 +03:00
parent 64cf9e5509
commit df143cdeec
192 changed files with 58944 additions and 11 deletions
+2 -2
View File
@@ -41,10 +41,10 @@ race:
$(RUN) go test ./... $(ARGS) -v -race -timeout 15s
test:
$(RUN) go test ./. -timeout 60s $(LDFLAGS) $(ARGS) -v
$(RUN) go test ./. -timeout 120s $(LDFLAGS) $(ARGS) -v
test_all:
$(RUN) go test ./... -timeout 60s $(LDFLAGS) $(ARGS) -v
$(RUN) go test ./... -timeout 120s $(LDFLAGS) $(ARGS) -v
testone:
$(RUN) go test ./... -timeout 4s $(LDFLAGS) -run $(TEST) $(ARGS) -v