diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-01 23:40:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-01 23:40:11 +0100 |
commit | e29b6d59fef2fd16de59aa67fbb38e158676d9bf (patch) | |
tree | 5e0bc57e2cd1739ab10f7d70660559a781ebc68e /testsuite/config | |
parent | c427e93dabee47406639dd2f94ecabd6d7b71b26 (diff) | |
download | haskell-e29b6d59fef2fd16de59aa67fbb38e158676d9bf.tar.gz |
Use -fno-ghci-history when running tests
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 835b16005e..ba75331f40 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -7,7 +7,7 @@ import re # config.compiler_type = 'ghc' config.compiler = 'ghc' -config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-dno-debug-output', '-no-user-package-conf', '-rtsopts'] +config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-dno-debug-output', '-no-user-package-conf', '-rtsopts', '-fno-ghci-history'] config.hp2ps = 'hp2ps' config.hpc = 'hpc' |