display detail in long view
authorkramm <kramm>
Tue, 23 Dec 2008 18:48:30 +0000 (18:48 +0000)
committerkramm <kramm>
Tue, 23 Dec 2008 18:48:30 +0000 (18:48 +0000)
lib/as3/runtests.py

index 6e8e33e..ba3b033 100644 (file)
@@ -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 "================================"