From cf57f8f9e9a649d7ffdfe0be09e503f6ed468a5d Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Wed, 22 Jul 2015 01:54:40 +0200 Subject: Travis: do pass `--quiet` to validate It's failing at the moment with "The log length has exceeded the limit of 4 Megabytes". We don't seem to have periods of >10 minutes without output after all, which was the initial reason of not using `--quiet`. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f8829feeb1..4527708734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,4 @@ script: - echo 'DYNAMIC_GHC_PROGRAMS = NO' >> mk/validate.mk - echo 'GhcLibWays = v' >> mk/validate.mk - if [ "$DEBUG_STAGE2" = "YES" ]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi - # Don't use --quiet, as it might cause the testsuite to not print output for - # over 10 minutes, causing Travis to kill our job. - - THREADS=3 SKIP_PERF_TESTS=YES ./validate --fast + - THREADS=3 SKIP_PERF_TESTS=YES ./validate --fast --quiet -- cgit v1.2.1