diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-12 17:40:33 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-12 17:40:33 -0800 |
commit | 8a30b7dc8754756e42430ed324c2aa892af0c732 (patch) | |
tree | 5fd02ba69af834538e9d6f171beccbfc5b2c0943 /tests | |
parent | 2e35d4be18603af740f30ba63afa62c16ed43950 (diff) |
prepare to merge to master
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 67af04a2..412072bc 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -31,7 +31,7 @@ except: # Core test runner class, shared between normal tests and benchmarks class RunnerCore(unittest.TestCase): - save_dir = 1 + save_dir = 0 save_JS = 0 def setUp(self): |