summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-09-20 15:15:51 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-09-20 15:15:51 +0200
commit1e24696542cb4dc9fbb5186f4ecd7422ea3f6426 (patch)
tree40c0c6fc1f2baedc46915571dc59c326d097e74a /testsuite/driver/testglobals.py
parent33dfd925eac4f481dfeefadc6d801bb2d24daab0 (diff)
downloadhaskell-1e24696542cb4dc9fbb5186f4ecd7422ea3f6426.tar.gz
Test driver: Implement different verbosities
Select verbosity with "make VERBOSE=n". Options so far: n=0: No per-test output n=1: Only failing test results n=2: As above, plus progress information (names of all tests) n=3: As aobve, plus commands called. Default currently is n=3, although n=2 might be a nicer default.
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 686fd1da49..85a5b7d7d8 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -43,7 +43,7 @@ class TestConfig:
self.wordsize = ''
# Verbosity level
- self.verbose = 1
+ self.verbose = 3
# run the "fast" version of the test suite
self.fast = 0