From 455eff4d01b5b9502ef66a220bacb58e77ed1fe0 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 15 Jan 2016 19:45:10 -0800 Subject: mention checking in node --- check.py | 1 + 1 file changed, 1 insertion(+) (limited to 'check.py') 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 -- cgit v1.2.3