summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-30 08:48:41 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-30 08:48:41 +0000
commit7ef873b14b980d40cdcd3dd6bc82faeddfba0968 (patch)
tree0805ba135b2b8f370f7c3260060b2bf25c81559f /testsuite/config
parent1f18c178d0b3e4d0e85e4e81e986f74b87ccaebf (diff)
downloadhaskell-7ef873b14b980d40cdcd3dd6bc82faeddfba0968.tar.gz
the threaded2 way tests event logging too
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 700cffe7f1..0954c9da70 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -88,7 +88,7 @@ config.way_rts_flags = {
'extcore' : [],
'optextcore' : [],
'threaded1' : [],
- 'threaded2' : ['-N2 -l'],
+ 'threaded2' : ['-N2 -ls'],
'threaded2_qw' : ['-N2', '-qw'],
'hpc' : [],
'prof_hc_hb' : ['-hc -hbvoid'],