This commit is contained in:
Sergio Durigan Junior 2016-07-29 11:56:07 -04:00
parent 03d5216a0f
commit ab3cec1449

View file

@ -92,7 +92,7 @@ class DejaResults(object):
self._write_sum_file (sum_dict, builder, None, 'gdb.sum')
def write_try_build_sum_file (self, sum_dict, builder, branch):
self._write_sum_file (sum_dict, builder, None, 'trybuild_gdb.sum'
self._write_sum_file (sum_dict, builder, None, 'trybuild_gdb.sum',
header = "### THIS SUM FILE WAS GENERATED BY A TRY BUILD ###\n\n")
def write_baseline(self, sum_dict, builder, branch, rev):