I fixed the sending of the e-mail reporting the status of the test suite run.
There were 2 issues.
1) The script that sent the e-mail assumed that it was in the top level visit repository directory. This wasn't the case. I added a command to change directories to that directory before running the script.
2) When we changed the machine we ran the test suite on from pascal to poodle, the file lastpass_pascal was not renamed to lastpass_poodle. I made that change.
Type of change
[X] Bug fix~~
How Has This Been Tested?
I made the changes in the test suite run directory and ran the script to send the e-mail and it worked.
Description
I fixed the sending of the e-mail reporting the status of the test suite run.
There were 2 issues. 1) The script that sent the e-mail assumed that it was in the top level visit repository directory. This wasn't the case. I added a command to change directories to that directory before running the script. 2) When we changed the machine we ran the test suite on from
pascal
topoodle
, the filelastpass_pascal
was not renamed tolastpass_poodle
. I made that change.Type of change
How Has This Been Tested?
I made the changes in the test suite run directory and ran the script to send the e-mail and it worked.
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.