diff options
-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 |