[llvm-commits] CVS: llvm/test/Programs/GenerateReport.pl

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 21 16:32:01 PST 2003


Changes in directory llvm/test/Programs:

GenerateReport.pl updated: 1.5 -> 1.6

---
Log message:

HTML reports don't get assertions


---
Diffs of the changes:

Index: llvm/test/Programs/GenerateReport.pl
diff -u llvm/test/Programs/GenerateReport.pl:1.5 llvm/test/Programs/GenerateReport.pl:1.6
--- llvm/test/Programs/GenerateReport.pl:1.5	Tue Jan 21 10:24:42 2003
+++ llvm/test/Programs/GenerateReport.pl	Tue Jan 21 16:31:30 2003
@@ -102,7 +102,7 @@
     # If an assertion failure occured, print it out.
     $Assert = sprintf "\n\t\t\t%s", (grep /Assertion/, (split "\n", $Record));
   }
-  push @RowValues, $Assert;
+  push @RowValues, $Assert if (!$HTML);
   push @Values, [@RowValues];
 }
 





More information about the llvm-commits mailing list