diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-25 10:31:02 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-25 10:31:02 -0800 |
commit | 55ac19dc9b6cc6e806f3bae5843cca5ee17262b4 (patch) | |
tree | 703d43e0ed120b0656877d94a845f4156ead9325 | |
parent | f5d4f09244b6041b6b93076f909b1671e2a38eae (diff) |
do not erase the cache in the test runner (only do it in sanity checks)
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 814dd182..fdc7ea9e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -279,8 +279,6 @@ process(sys.argv[1]) sys.argv = map(lambda arg: arg if not arg.startswith('test_') else 'default.' + arg, sys.argv) -Cache.erase() # Wipe the cache, so that we always test populating it in the tests, benchmarks, etc. - if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv): # Tests |