Skip to content

Commit

Permalink
Merge pull request #20 from visit-dav/task/brugger1/2019_01_25_regres…
Browse files Browse the repository at this point in the history
…sion_scripts

Modify the logic that sends out the test suite result email to work w…
  • Loading branch information
brugger1 committed Jan 25, 2019
2 parents 8723413 + d2251ea commit e26dabd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 257 deletions.
254 changes: 0 additions & 254 deletions src/tools/dev/scripts/nersc_username_to_email

This file was deleted.

4 changes: 1 addition & 3 deletions src/tools/dev/scripts/visit-notify-test-failure
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ fi
# Build the email list of modifiers.
#
modifiersEmails=
for user in `cat modifiers` ; do
useremail=`./src/tools/dev/scripts/nersc_username_to_email $user`
for useremail in `cat modifiers` ; do
modifiersEmails="$modifiersEmails $useremail"
done
rm -f modifiers
Expand All @@ -119,7 +118,6 @@ emailList=`echo $emailList | tr ' ' '\n' | sort | uniq`
#
rm -rf mailmsg
cat > mailmsg << EOF
From: visit-developers@ornl.gov
Subject: The test suite run on $host failed
The test suite run on $host failed.
Expand Down

0 comments on commit e26dabd

Please sign in to comment.