[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Thu Sep 14 10:15:35 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.34 -> 1.35
---
Log message:
testing #33
---
Diffs of the changes: (+2 -0)
NightlyTestAccept.php | 2 ++
1 files changed, 2 insertions(+)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.34 nightlytest-serverside/NightlyTestAccept.php:1.35
--- nightlytest-serverside/NightlyTestAccept.php:1.34 Thu Sep 14 12:09:15 2006
+++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:15:21 2006
@@ -827,6 +827,8 @@
$prog_new = $prog_hash_new[$prog];
$prog_old = $prog_hash_old[$prog];
+print "$prog\n $prog_new\n $prog_old\n";
+
// get data from server
$vals_new = split(",", $prog_new);
$vals_old = split(",", $prog_old);
More information about the llvm-commits
mailing list