Include the whole IBM Checker error line (for now) so that you can still get
authorvance <vance@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sat, 15 Apr 2006 19:33:03 +0000 (19:33 +0000)
committervance <vance@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sat, 15 Apr 2006 19:33:03 +0000 (19:33 +0000)
to the innocence code and the comment. I'll eventually change it to be more
styled, but this will work for now.

Vance

git-svn-id: file:///home/svn/build-farm/trunk@307 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

web/build.pl

index 153b53a4dd360d06aa13ba378534363e4d8e553f..e18017318e7abba49c78fb5d810fefcc90a8b0ad 100755 (executable)
@@ -945,9 +945,7 @@ sub print_log_cc_checker($) {
 
       # then store the result
       ($title, $status, $id) = ("$1 $4", $2, $3);
-    } else {
-
-      if (m/^CC_CHECKER STATUS/) {
+    } elsif (m/^CC_CHECKER STATUS/) {
        if ($inEntry) {
          $output .= make_collapsible_html('cc_checker', $title, $content,
                                           $id, $status);
@@ -955,11 +953,10 @@ sub print_log_cc_checker($) {
 
        $inEntry = 0;
        $content = "";
-      }
-
-      # not a new entry, so part of the current entry's output
-      $content .= "$_\n";
     }
+
+    # not a new entry, so part of the current entry's output
+    $content .= "$_\n";
   }
   $output .= $content;