Gets rid of full log in Travis for now.

This commit is contained in:
James Phillips 2017-11-08 19:39:02 -08:00
parent 8579225c27
commit 5d574e7fc7
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ test: other-consul dev-build vet
@grep -A1 -- '--- SKIP:' test.log || true
@grep -A1 -- '--- FAIL:' test.log || true
@grep '^FAIL' test.log || true
@test "$$TRAVIS" == "true" && cat test.log || true
@if [ "$$(cat exit-code)" == "0" ] ; then echo "PASS" ; exit 0 ; else exit 1 ; fi
test-race: