summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/check.py b/check.py
index 4fbe154d7..018f5977d 100755
--- a/check.py
+++ b/check.py
@@ -83,6 +83,8 @@ for c in tests:
if post:
open('a.normal.js', 'a').write(post)
open('a.wasm.js', 'a').write(post)
+ else:
+ print ' (no post)'
for which in ['normal', 'wasm']:
print '....', which
proc = subprocess.Popen(['nodejs', 'a.' + which + '.js'], stdout=subprocess.PIPE)