send e2e test results to test@

This commit is contained in:
Girish Ramakrishnan 2016-05-25 12:12:27 -07:00
parent 746ae744b4
commit 4a654e5533
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function sendEndToEndTestResult(topic, versionInfo, stdout, stderr, callback) {
debug('Sending e2e test result for %s', topic);
var mailOptions = {
to: 'admin@cloudron.io',
to: 'test@cloudron.io',
subject: util.format('E2E test results for %s', topic),
text: versionInfo + '\n\nstdout\n------\n' + stdout.toString('utf8') + '\n\nstderr\n------\n' + stderr.toString('utf8') + '\n\n'
};