diff options
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r-- | classes/tinderclient.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass index 0dc186af27..67cd95842f 100644 --- a/classes/tinderclient.bbclass +++ b/classes/tinderclient.bbclass @@ -290,6 +290,7 @@ def tinder_do_tinder_report(event): log += "<--- TINDERBOX Package %s failed (FAILURE)\n" % data.getVar('P', event.data, True) status = 200 elif name == "BuildCompleted": + log += "Build Completed\n" status = 100 # now post the log |