From ef229edcb605edb5af4ce2f957fe5e33d0a280b5 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Fri, 28 Oct 2016 13:15:15 +0000
Subject: [PATCH] -Added multiple recipients.

---
 tools/oneclick/base/modelsim_regression_test_vhdl_mail.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/oneclick/base/modelsim_regression_test_vhdl_mail.sh b/tools/oneclick/base/modelsim_regression_test_vhdl_mail.sh
index b09af29454..76ef059505 100755
--- a/tools/oneclick/base/modelsim_regression_test_vhdl_mail.sh
+++ b/tools/oneclick/base/modelsim_regression_test_vhdl_mail.sh
@@ -30,7 +30,7 @@
 # The result of the regression test will be sent to the user executing it
 # . assuming this person works at ASTRON
 ###############################################################################
-RECIPIENTS=$USER@astron.nl
+RECIPIENTS="schuur@astron.nl kooistra@astron.nl pepping@astron.nl"
 
 ###############################################################################
 # Grep the Email strings from the log file
-- 
GitLab