aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-31 13:10:58 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-31 13:10:58 -0700
commit90dcac551fee69cf284ae4431db949bc69796a1c (patch)
treea15ccaaac95e1ae60527d7edbe8ff5857ee0a77a /tests
parent92f9f71cba2781b72cf25a9c6e9dcb5e860a2dd9 (diff)
parent5182542126a5ad3c40d958b0b72cfa16f4e8bd25 (diff)
Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten into incoming
Conflicts: AUTHORS
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sanity.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_sanity.py b/tests/test_sanity.py
index a0fff252..a405c3a3 100644
--- a/tests/test_sanity.py
+++ b/tests/test_sanity.py
@@ -217,7 +217,11 @@ class sanity(RunnerCore):
try:
os.environ['EM_IGNORE_SANITY'] = '1'
- for version, succeed in [('v0.7.9', False), ('v0.8.0', True), ('v0.8.1', True), ('cheez', False)]:
+ for version, succeed in [('v0.7.9', False),
+ ('v0.8.0', True),
+ ('v0.8.1', True),
+ ('v0.10.21-pre', True),
+ ('cheez', False)]:
f = open(path_from_root('tests', 'fake', 'nodejs'), 'w')
f.write('#!/bin/sh\n')
f.write('''if [ $1 = "--version" ]; then