aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index 869cd043ba..4f3c495078 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -7,7 +7,7 @@ def base_prepare_mail_header(data, status):
import bb
str = "tinderbox: administrator: %s\n" % bb.data.getVar('TINDER_ADMIN', data, True)
- str += "tinderbox: starttime: %s\n" % bb.data.getVar('TINDER_START', data, True)
+ str += "tinderbox: starttime: %s\n" % bb.data.getVar('BUILDSTART', data, True) or bb.data.getVar('TINDER_START', data, True)
str += "tinderbox: buildname: %s\n" % bb.data.getVar('TINDER_BUILD', data, True)
str += "tinderbox: errorparser: %s\n" % bb.data.getVar('TINDER_ERROR', data, True)
str += "tinderbox: status: %s\n" % status