summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-10-05 17:04:31 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-10-05 17:07:16 +0200
commit718e86b4751b0435097bdde46855e819cf4f7864 (patch)
treeb1a6fbf85d3596966067004517636250416d9337 /testsuite/driver/testglobals.py
parent3db765088ac7c919bdf283cb6263e2ceedf6bc27 (diff)
downloadhaskell-718e86b4751b0435097bdde46855e819cf4f7864.tar.gz
Flag to test suite: SKIP_PERF_TESTS
More often than not the output of the performance tests is in the way, rather than helping. This allows the use of `make SKIP_PERF_TESTS=YES` to skip these tests. Fixes #8413
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 85a5b7d7d8..203d85f336 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -112,6 +112,9 @@ class TestConfig:
# Should we check for files being written more than once?
self.check_files_written = False
+ # Should we skip performance tests
+ self.skip_perf_tests = False
+
global config
config = TestConfig()