mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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
|
race_condition_run: race_condition_binary
|
||||||
./prometheus.race $(ARGUMENTS)
|
./prometheus.race $(ARGUMENTS)
|
||||||
|
|
||||||
run: binary
|
|
||||||
./prometheus -alsologtostderr -stderrthreshold=0 $(ARGUMENTS)
|
|
||||||
|
|
||||||
search_index:
|
search_index:
|
||||||
godoc -index -write_index -index_files='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 PATH := $(GOPATH)/bin:$(GOROOT)/bin:$(PATH)
|
||||||
|
|
||||||
export GO_TEST_FLAGS ?= -v -short
|
export GO_TEST_FLAGS ?= -short
|
||||||
|
|
||||||
GO_GET := $(GO) get -u -v -x
|
GO_GET := $(GO) get -u -v -x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue