From ded68e787b5cfa2cf50f6598354003e40ae92e18 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 29 Oct 2015 13:21:01 -0700 Subject: nicer check.py output --- check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check.py') 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! ]' -- cgit v1.2.3