Browse Source

Remove logging output from test runs

pull/728/head
Fabian Reinartz 10 years ago
parent
commit
8eda04fbf1
  1. 3
      Makefile
  2. 2
      Makefile.INCLUDE

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'

2
Makefile.INCLUDE

@ -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…
Cancel
Save