I changed the logic in the visit-notify-test-failure to generate the email recipient list as a single line where the recipients are space separated. Previously, each email recipient was separated by a newline. Since the list gets passed to sendmail on the command line this seems like the right thing to do.
Type of change
[X] Bug fix~~
How Has This Been Tested?
I tested the script on poodle using the results from last nights test suite run.
Description
I changed the logic in the
visit-notify-test-failure
to generate the email recipient list as a single line where the recipients are space separated. Previously, each email recipient was separated by a newline. Since the list gets passed tosendmail
on the command line this seems like the right thing to do.Type of change
How Has This Been Tested?
I tested the script on
poodle
using the results from last nights test suite run.Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.[ ] I have NOT made any changes to protocol or public interfaces in an RC branch.