aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-04 14:09:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-04 14:09:56 -0800
commit1687c90b286d2e7c1fe1aa2acfa68397a4dfacfb (patch)
tree35756a3b45eeb890c3e3bb4d799d1cb751a8af21 /tests/runner.py
parent29b41e19606aeaaaa6f7c8ef0de3ea336d74c588 (diff)
enable node in test_cases
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index bbe9715c..bc2a4f7d 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6006,7 +6006,7 @@ def process(filename):
try:
os.environ['EMCC_LEAVE_INPUTS_RAW'] = '1'
- self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed
+ #self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed
Settings.CHECK_OVERFLOWS = 0
for name in glob.glob(path_from_root('tests', 'cases', '*.ll')):