[commit: ghc] master: Travis: do pass `--quiet` to validate (cf57f8f)

git at git.haskell.org git at git.haskell.org
Wed Jul 22 17:31:20 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cf57f8f9e9a649d7ffdfe0be09e503f6ed468a5d/ghc

>---------------------------------------------------------------

commit cf57f8f9e9a649d7ffdfe0be09e503f6ed468a5d
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Wed Jul 22 01:54:40 2015 +0200

    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`.


>---------------------------------------------------------------

cf57f8f9e9a649d7ffdfe0be09e503f6ed468a5d
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f8829fe..4527708 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



More information about the ghc-commits mailing list