[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php

Jim Laskey jlaskey at apple.com
Thu Sep 14 04:09:36 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.5 -> 1.6
---
Log message:

testing #5

---
Diffs of the changes:  (+3 -3)

 NightlyTestAccept.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.5 nightlytest-serverside/NightlyTestAccept.php:1.6
--- nightlytest-serverside/NightlyTestAccept.php:1.5	Thu Sep 14 06:08:21 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 06:09:22 2006
@@ -596,9 +596,9 @@
 $external_processed = ProcessProgramLogs($EXTERNAL_TESTS);
 
 if ($print_debug) {
-  print "singlesource_processed#: ${count(singlesource_processed)}\n";
-  print "multisource_processed#: ${count(multisource_processed)}\n";
-  print "external_processed#: ${count(external_processed)}\n";
+  print "singlesource_processed#: ${count($singlesource_processed)}\n";
+  print "multisource_processed#: ${count($multisource_processed)}\n";
+  print "external_processed#: ${count($external_processed)}\n";
 }
 
 /*******************************************************************************






More information about the llvm-commits mailing list