Merge pull request #728 from prometheus/fabxc/testlog
Remove logging output from test runs
This commit is contained in:
commit
4fa96f9e82
3
Makefile
3
Makefile
|
@ -82,9 +82,6 @@ race_condition_binary: build
|
|||
race_condition_run: race_condition_binary
|
||||
./prometheus.race $(ARGUMENTS)
|
||||
|
||||
run: binary
|
||||
./prometheus -alsologtostderr -stderrthreshold=0 $(ARGUMENTS)
|
||||
|
||||
search_index:
|
||||
godoc -index -write_index -index_files='search_index'
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ export PREFIX=$(BUILD_PATH)/root
|
|||
|
||||
export PATH := $(GOPATH)/bin:$(GOROOT)/bin:$(PATH)
|
||||
|
||||
export GO_TEST_FLAGS ?= -v -short
|
||||
export GO_TEST_FLAGS ?= -short
|
||||
|
||||
GO_GET := $(GO) get -u -v -x
|
||||
|
||||
|
|
Loading…
Reference in New Issue