Typo
This commit is contained in:
parent
03d5216a0f
commit
ab3cec1449
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class DejaResults(object):
|
||||||
self._write_sum_file (sum_dict, builder, None, 'gdb.sum')
|
self._write_sum_file (sum_dict, builder, None, 'gdb.sum')
|
||||||
|
|
||||||
def write_try_build_sum_file (self, sum_dict, builder, branch):
|
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")
|
header = "### THIS SUM FILE WAS GENERATED BY A TRY BUILD ###\n\n")
|
||||||
|
|
||||||
def write_baseline(self, sum_dict, builder, branch, rev):
|
def write_baseline(self, sum_dict, builder, branch, rev):
|
||||||
|
|
Loading…
Reference in a new issue