From 5d574e7fc769e62c5b6f4a6cac081d0bb2666d37 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 8 Nov 2017 19:39:02 -0800 Subject: [PATCH] Gets rid of full log in Travis for now. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d5d7ed3cf9..f3dc6b203b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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: