From 4a654e553325e10139be0319d13589f8c8e13620 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 May 2016 12:12:27 -0700 Subject: [PATCH] send e2e test results to test@ --- mailer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.js b/mailer.js index 112f90b..c0c6333 100644 --- a/mailer.js +++ b/mailer.js @@ -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' };