aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-30 18:07:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-30 18:07:22 -0700
commit263df2b1e29b8723f9e75594ff0ff480c0d52cc1 (patch)
tree0bc687c2b144b0740c26144425d4cef87f550f19 /tests/runner.py
parent6a9dcd37e91b5146010ff2c1f42f8dd43a0e548a (diff)
fix benchmarks
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 0a3381f4..2eb1fb6b 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -78,6 +78,8 @@ class RunnerCore(unittest.TestCase):
stderr_redirect = STDOUT # This avoids cluttering the test runner output, which is stderr too, with compiler warnings etc.
# Change this to None to get stderr reporting, for debugging purposes
+ env = {}
+
def skipme(self): # used by tests we ask on the commandline to be skipped, see right before call to unittest.main
return self.skip('requested to be skipped')