diff options
author | Chad Austin <chad@imvu.com> | 2013-02-27 19:07:02 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:35:18 -0800 |
commit | cc0d959ebeb0624d7e8f3af496c170340afb8e55 (patch) | |
tree | e47dd030d21fe970b64478faa5792a90d99feb8b /tests | |
parent | 4bde971a1f51eaa9c6da2e54a295ff04183cbab5 (diff) |
fix some test failures
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index c9c8ac9e..e631b025 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11943,6 +11943,8 @@ fi try_delete(CANONICAL_TEMP_DIR) def test_relooper(self): + RELOOPER = Cache.get_path('relooper.js') + restore() for phase in range(2): # 0: we wipe the relooper dir. 1: we have it, so should just update if phase == 0: Cache.erase() |