зеркало из https://github.com/mozilla/pjs.git
report the number of errors for this build. Patch submitted by: Adam Di Carlo <adam@onshore-devel.com>
This commit is contained in:
Родитель
77ff8a0c0c
Коммит
9f0e2d7e08
|
@ -7,8 +7,8 @@
|
|||
# the build was and display a link to the build log.
|
||||
|
||||
|
||||
# $Revision: 1.24 $
|
||||
# $Date: 2001-12-03 19:44:26 $
|
||||
# $Revision: 1.25 $
|
||||
# $Date: 2002-02-25 19:29:25 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
|
||||
# $Name: $
|
||||
|
@ -1125,6 +1125,14 @@ sub status_table_row {
|
|||
);
|
||||
}
|
||||
|
||||
# Error count (not a link, but hey)
|
||||
|
||||
if ($current_rec->{'errors'}) {
|
||||
$links .= "\t\t<br>errs: ".
|
||||
$current_rec->{'errors'}."\n";
|
||||
}
|
||||
|
||||
|
||||
$links.= "\t\t".$text_browser_color_string."\n";
|
||||
|
||||
push @outrow, ( "\t<!-- cell for build: $buildname, tree: $tree -->\n".
|
||||
|
|
Загрузка…
Ссылка в новой задаче