aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-02 16:33:57 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-02 16:34:33 -0700
commit3d9690109e9c5f75202524012a628b5776d2a06a (patch)
tree7a42e4993508e7425ce8af38e784bdd32249c04c /tests
parentc22a3398a4fd8e495898e9dfaba4e15f47d1630f (diff)
fix sanity tests
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py1
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)