about summary refs log tree commit diff
path: root/scripts/build-failed.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/build-failed.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/build-failed.sh b/scripts/build-failed.sh
index 644e35f..1be5cd2 100755
--- a/scripts/build-failed.sh
+++ b/scripts/build-failed.sh
@@ -4,9 +4,4 @@ OUTPUT=$3
 SHA=$4
 CC_EMAIL=$5
 
-echo "
-Message:
-$MESSAGE
-
-$OUTPUT
-" | mail -c "$CC_EMAIL" -s "[jitterbug] BUILD FAILED $SHA" $COMMITER
+echo "Message:\n$MESSAGE\nTest Output:\n$OUTPUT\n" | mail -c "$CC_EMAIL" -s "[jitterbug] BUILD FAILED $SHA" $COMMITER