mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #113 from prometheus/julius-travis-verbose-tests
Make Travis test runs verbose.
This commit is contained in:
commit
a4b528118d
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ TEST_ARTIFACTS = prometheus prometheus.build search_index
|
|||
all: test
|
||||
|
||||
test: build
|
||||
go test ./...
|
||||
go test ./... $(GO_TEST_FLAGS)
|
||||
|
||||
build:
|
||||
$(MAKE) -C model
|
||||
|
|
|
@ -28,6 +28,8 @@ export LDFLAGS := $(LDFLAGS) -L$(OVERLAY_ROOT)/lib
|
|||
export CGO_CFLAGS := $(CFLAGS) -lsnappy
|
||||
export CGO_LDFLAGS := $(LDFLAGS)
|
||||
|
||||
export GO_TEST_FLAGS := "-v"
|
||||
|
||||
GO_GET := go get -u -v -x
|
||||
APT_GET_INSTALL := sudo apt-get install -y
|
||||
WGET := wget -c
|
||||
|
|
Loading…
Reference in a new issue