From: kramm Date: Tue, 23 Dec 2008 18:48:30 +0000 (+0000) Subject: display detail in long view X-Git-Tag: release-0-9-0~627 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=29b5be3b145bb54886d90a48a05f6612020a8210;p=swftools.git display detail in long view --- diff --git a/lib/as3/runtests.py b/lib/as3/runtests.py index 6e8e33e..ba3b033 100644 --- a/lib/as3/runtests.py +++ b/lib/as3/runtests.py @@ -130,8 +130,10 @@ class Test: def doprintlong(self): print self.nr, self.file print "================================" + print "compile:", (test.compile_error and "error" or "ok") print test.compile_output print "================================" + print "run:", (test.flash_error and "error" or "ok") print test.flash_output print "================================"