aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-03 20:03:18 -0700
committeralon@honor <none@none>2010-09-03 20:03:18 -0700
commita0a31c81d8b7f17eccbafdf2c8741deabf08499a (patch)
tree94f14c2339449c6b334ae46d15b206d215ac19eb /tests/runner.py
parent1a589b26cead1d457f466480651975d6dff121d1 (diff)
fixes for invoke (+fix of regression in test runner)
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index dba9333a..68904978 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -25,7 +25,7 @@ def timeout_run(proc, timeout, note):
return proc.communicate()[0]
class T(unittest.TestCase):
- def do_test(self, src, expected_output, args=[], output_processor=None, output_nicerizer=None, no_python=False, no_build=False, main_file=None):
+ def do_test(self, src, expected_output, args=[], output_nicerizer=None, output_processor=None, no_python=False, no_build=False, main_file=None):
global DEBUG
dirname = TEMP_DIR + '/tmp' # tempfile.mkdtemp(dir=TEMP_DIR)
if not os.path.exists(dirname):