summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 13:21:01 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 13:21:01 -0700
commitded68e787b5cfa2cf50f6598354003e40ae92e18 (patch)
tree647ce09704787f0e8355e26f41ba6894562d196c /check.py
parentea64101b46407fb1e0f3f6c257f1089253b961ac (diff)
downloadbinaryen-ded68e787b5cfa2cf50f6598354003e40ae92e18.tar.gz
binaryen-ded68e787b5cfa2cf50f6598354003e40ae92e18.tar.bz2
binaryen-ded68e787b5cfa2cf50f6598354003e40ae92e18.zip
nicer check.py output
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.py b/check.py
index f61f4eb72..2d885932d 100755
--- a/check.py
+++ b/check.py
@@ -2,7 +2,7 @@
import os, subprocess, difflib
-print 'checking testcases...\n'
+print '[ checking testcases... ]\n'
for asm in os.listdir('test'):
if asm.endswith('.asm.js'):
@@ -20,4 +20,4 @@ for asm in os.listdir('test'):
))
print 'OK'
-print '\nsuccess!'
+print '\n[ success! ]'