yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07149
[Branch ~yade-dev/yade/trunk] Rev 2760: Format check tests output better.
------------------------------------------------------------
revno: 2760
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Wed 2011-02-23 16:50:17 +0100
message:
Format check tests output better.
modified:
scripts/test/checks/checkList.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/test/checks/checkList.py'
--- scripts/test/checks/checkList.py 2011-01-19 08:37:26 +0000
+++ scripts/test/checks/checkList.py 2011-02-23 15:50:17 +0000
@@ -5,8 +5,10 @@
#List your scripts here
for script in ["checkTestDummy","checkTestTriax"]:
try:
+ print "###################################"
print "running: ",script
execfile(checksPath+"/"+script+".py")
+ print "___________________________________"
except:
print script," failure"
#this "else" is redundant with scriipt output, not needed