Merge pull request #3870 from hashicorp/travis_show_failing_testname

Make tests in travis be verbose
This commit is contained in:
Preetha 2018-02-14 11:24:55 -06:00 committed by GitHub
commit 521fc4fbfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,8 @@ ifeq (0,$(shell pkg-config --exists lxc; echo $$?))
HAS_LXC="true"
endif
ifeq ($(TRAVIS),true)
$(info Running in Travis, verbose mode is disabled)
else
VERBOSE="true"
endif
ALL_TARGETS += linux_386 \