From 8eda04fbf172354f7586260a77f651e96ccfb4db Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Sat, 23 May 2015 17:53:55 +0200 Subject: [PATCH] Remove logging output from test runs --- Makefile | 3 --- Makefile.INCLUDE | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a3ca7a467..333262d29 100644 --- a/Makefile +++ b/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' diff --git a/Makefile.INCLUDE b/Makefile.INCLUDE index 1a1912853..9812f1d0b 100644 --- a/Makefile.INCLUDE +++ b/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