summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-19 16:47:08 +0000
committerIan Lynagh <igloo@earth.li>2009-12-19 16:47:08 +0000
commitd48cf60320cfc7547d8d611681cd219e834ce686 (patch)
tree78fa60cc2a31712498884b8b669e60825f033777 /testsuite/driver/testglobals.py
parent1da0248b38e41c7a663e38e04354b1eac3e7fee4 (diff)
downloadhaskell-d48cf60320cfc7547d8d611681cd219e834ce686.tar.gz
Add clean_cmd to the testsuite, and use it in bug1465
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 0644bd3671..14fc2b5120 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -205,6 +205,9 @@ class TestOptions:
# Command to run before the test
self.pre_cmd = None
+ # Command to run for extra cleaning
+ self.clean_cmd = None
+
# Prefix to put on the command before running it
self.cmd_prefix = ''