diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |