summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-03-31 11:52:28 +0000
committerIan Lynagh <igloo@earth.li>2007-03-31 11:52:28 +0000
commitf80fdc5a58c71de61b49411b0ea5fa82713c4301 (patch)
tree9d371d64435d9d1acfd63e902a537498d2bc6361 /testsuite/driver/testglobals.py
parent98d41569ff7880bf20f30657cd6d5977aecb73f4 (diff)
downloadhaskell-f80fdc5a58c71de61b49411b0ea5fa82713c4301.tar.gz
Time how long is spent on each .T file
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 524e75636b..787a5c6dc7 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -28,6 +28,9 @@ class TestConfig:
# File in which to save the summary
self.output_summary = ''
+ # File in which to save the times
+ self.times_file = ''
+
# What platform are we running on?
self.platform = ''