Changeset 717
- Timestamp:
- Oct 27, 2007 5:28:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBemail.py
r715 r717 35 35 toAddrs.append(unscrambledEmailAddress) 36 36 37 subject = "NightlyBuild on "+sys.platform+" :"+project37 subject = "NightlyBuild on "+sys.platform+". "+project 38 38 if cmdMsgs.has_key('svn version') : 39 39 subject += " "+cmdMsgs['svn version'] … … 44 44 +"The nightly build tests scripts reported a problem when building project "+project 45 45 if cmdMsgs.has_key('svn version') : 46 emailMsg += " from s ubversion version "+cmdMsgs['svn version']46 emailMsg += " from svn version "+cmdMsgs['svn version'] 47 47 emailMsg += "\nThe failing command was\n\n\t"+cmd+"\n\n" \ 48 48 +"Details on the problem can be found below.\n" \ 49 49 +"The cause of the problem may be from one of the projects that "\ 50 50 +project+" depends on (externals).\n" \ 51 +"You can contact the person who ran this test by sending email to: "\ 52 +unscrambleAddress(MY_EMAIL_ADDR)+"\n"\ 51 53 +"We hope you find this report useful.\n\n" 52 54
Note: See TracChangeset
for help on using the changeset viewer.