aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-21 12:30:08 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-21 12:30:08 -0700
commita9658f71f70295965b05902e28b38ffc451e90fb (patch)
tree0356c7d0ff4b9d44803eb4a61cac370a4c1f544d
parent0b15360683e81be7f8704e57ded641040b2a81bd (diff)
fix test runner bug that caused various failures when running tests together (but not alone)
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 5160ee8d..50c4c8c7 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2755,7 +2755,7 @@ if 'benchmark' not in str(sys.argv):
expected = open(path_from_root('tests', 'filesystem', 'output.txt'), 'r').read()
self.do_run(src, expected, post_build=addJS, extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/langinfo.h,libc/time.h'])
finally:
- INCLUDE_FULL_LIBRARY = 0
+ Settings.INCLUDE_FULL_LIBRARY = 0
def test_unistd_access(self):
def add_pre_run(filename):