visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
443 stars 116 forks source link

Fix the sending of the e-mail reporting the status of the test suite run. #19960

Closed brugger1 closed 4 weeks ago

brugger1 commented 4 weeks ago

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 to poodle, the file lastpass_pascal was not renamed to lastpass_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: