summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-xauto_update_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index 9b2134da6..2abc4a4a9 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -239,6 +239,7 @@ if MOZJS:
print s
f = open('a.js', 'w')
f.write(open(os.path.join('bin', 'binaryen.js')).read())
+ # node/shell test support
f.write(open(os.path.join('test', 'binaryen.js', s)).read())
f.close()
cmd = [MOZJS, 'a.js']