Skip to content

Commit

Permalink
Remove logging output from test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed May 23, 2015
1 parent a92134a commit 8eda04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion Makefile.INCLUDE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8eda04f

Please sign in to comment.