← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3709: remove some debugging code left in chekList.py

 

------------------------------------------------------------
revno: 3709
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Thu 2013-08-29 12:45:21 +0200
message:
  remove some debugging code left in chekList.py
modified:
  scripts/checks-and-tests/checks/checkList.py


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'scripts/checks-and-tests/checks/checkList.py'
--- scripts/checks-and-tests/checks/checkList.py	2013-08-29 10:30:31 +0000
+++ scripts/checks-and-tests/checks/checkList.py	2013-08-29 10:45:21 +0000
@@ -20,7 +20,6 @@
 		except:
 			print script," failure"
 		O.reset()
-		print 	resultStatus	
 if (resultStatus>0):
 	print resultStatus, " tests are failed"
 	sys.exit(1)