summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.py b/check.py
index a7447fae1..c87b94651 100755
--- a/check.py
+++ b/check.py
@@ -371,6 +371,7 @@ try:
print '....' + ' '.join(command)
subprocess.check_call(command)
if has_node:
+ print ' (check in node)'
proc = subprocess.Popen(['nodejs', 'a.wasm.js'], stdout=subprocess.PIPE)
out, err = proc.communicate()
assert proc.returncode == 0