diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-19 16:47:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-19 16:47:08 +0000 |
commit | d48cf60320cfc7547d8d611681cd219e834ce686 (patch) | |
tree | 78fa60cc2a31712498884b8b669e60825f033777 /testsuite/driver/testglobals.py | |
parent | 1da0248b38e41c7a663e38e04354b1eac3e7fee4 (diff) | |
download | haskell-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.py | 3 |
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 = '' |