visit-dav / visit

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

Change test suite notify script to convert email list to a single line. #19967

Closed brugger1 closed 3 weeks ago

brugger1 commented 3 weeks ago

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 to sendmail 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: