diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-16 10:11:08 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-16 10:11:08 -0700 |
commit | 1a6c5d091c2ced9d846d6ff68f09a24410201ed1 (patch) | |
tree | d5b70af7cd583cbe2e82534835c6594965fffaf9 /tests/runner.py | |
parent | 85817285da7a17f8cd914486fdd1f8766a271354 (diff) |
do not save test runner temp dir by default
Diffstat (limited to 'tests/runner.py')
-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 0631410f..0456ce9d 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -43,7 +43,7 @@ GlobalCache = {} class Dummy: pass Settings = Dummy() -Settings.save_dir = 1 +Settings.save_dir = 0 Settings.save_JS = 0 # Core test runner class, shared between normal tests and benchmarks |