git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbaf82
)
display detail in long view
author
kramm
<kramm>
Tue, 23 Dec 2008 18:48:30 +0000
(18:48 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:48:30 +0000
(18:48 +0000)
lib/as3/runtests.py
patch
|
blob
|
history
diff --git
a/lib/as3/runtests.py
b/lib/as3/runtests.py
index
6e8e33e
..
ba3b033
100644
(file)
--- 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 "================================"