[llvm-commits] CVS: nightlytest-serverside/fulltest.php
Patrick Jenkins
pjenkins at apple.com
Thu Aug 3 14:07:40 PDT 2006
Changes in directory nightlytest-serverside:
fulltest.php updated: 1.10 -> 1.11
---
Log message:
Since we only print out the important eye catching file size changes in the brief test page, i made it so all file sizes and their changes are printed out in the detailed page.
---
Diffs of the changes: (+2 -2)
fulltest.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: nightlytest-serverside/fulltest.php
diff -u nightlytest-serverside/fulltest.php:1.10 nightlytest-serverside/fulltest.php:1.11
--- nightlytest-serverside/fulltest.php:1.10 Thu Aug 3 12:05:39 2006
+++ nightlytest-serverside/fulltest.php Thu Aug 3 16:07:24 2006
@@ -505,7 +505,7 @@
print "\t</tr>\n";
foreach (array_keys($all_data) as $d){
- if($all_data["$d"][1]!=0 || $all_data["$d"][3]!=0){
+ //if($all_data["$d"][1]!=0 || $all_data["$d"][3]!=0){
print "\t<tr>\n";
if(strcmp($d, "Total Sum")!=0){
print "\t\t<td><input type=checkbox name=files[] multiple=\"multiple\" value=\"$d\">\n";
@@ -537,7 +537,7 @@
print "\t\t<td $color>{$all_data["$d"][4]}</td>\n";
print "\t</tr>\n";
- }
+ //}
}
print "</table>\n";
More information about the llvm-commits
mailing list