Build and distrib tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-21 07:03:55 +00:00
parent 6caa0f5cd1
commit a0d5472b1b
4 changed files with 5 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ class TaskRunner(object):
if job and job.finished():
if job.returnCode() != 0:
rc = job.returnCode()
print "JOB RETURNED FAILURE CODE! (%d)" % rc
print "'%s' JOB RETURNED FAILURE CODE! (%d)" % (job.label, rc)
self.rc = rc
self.stopAllJobs()
return rc