* hydra: on build page, show tail of log on first tab when buildstatus == 1 (this specific build failed)

This commit is contained in:
Rob Vermaas
2010-02-05 20:32:07 +00:00
parent 045d921f7d
commit 348db7600c
2 changed files with 8 additions and 1 deletions

View File

@ -189,7 +189,8 @@
[% HTML.escape(build.resultInfo.errormsg) -%]
</pre>
[% END %]
[% ELSIF build.schedulingInfo.busy %]
[% END %]
[% IF logtext %]
<h2>Log</h2>
<pre class="buildlog">