diff options
Diffstat (limited to 'autobuild/results.php')
-rw-r--r-- | autobuild/results.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild/results.php b/autobuild/results.php index 654162a..08dd674 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -240,6 +240,7 @@ echo "<tr><td>Fixed</td><td>$nb_fixed</td></tr>\n"; echo "<tr><td>Removed</td><td>$nb_removed</td></tr>\n"; echo "<tr><td>Unchanged</td><td>$nb_still_broken</td></tr>\n"; echo "</table>\n"; +echo "<br />If no new package was broken, success rate next time should be $estimated_percent%.\n"; echo "<h2>Failed builds ($nb_failed/$nb_tried)</h2>\n"; echo "<table class=\"failureTable\" >\n"; echo "<tr><th></th><th>Status</th><th>Failure type</th><th>Build step</th><th></th><th>Languages</th><th>Detected errors</th></tr>\n"; |