diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-02 16:33:57 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-02 16:34:33 -0700 |
commit | 3d9690109e9c5f75202524012a628b5776d2a06a (patch) | |
tree | 7a42e4993508e7425ce8af38e784bdd32249c04c /tests | |
parent | c22a3398a4fd8e495898e9dfaba4e15f47d1630f (diff) |
fix sanity tests
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 9e1e6707..159cec16 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -14951,6 +14951,7 @@ fi assert not os.path.exists(EMCC_CACHE) finally: if old: os.environ['LLVM'] = old + else: del os.environ['LLVM'] try_delete(CANONICAL_TEMP_DIR) |