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

Jim Laskey jlaskey at apple.com
Tue Sep 19 13:47:44 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.53 -> 1.54
---
Log message:

Missing a space

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

 NightlyTestAccept.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.53 nightlytest-serverside/NightlyTestAccept.php:1.54
--- nightlytest-serverside/NightlyTestAccept.php:1.53	Tue Sep 19 14:17:47 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Tue Sep 19 15:47:28 2006
@@ -829,8 +829,8 @@
   $prog_old = $prog_hash_old[$prog];
     
   // get data from server
-  $vals_new = split(",", $prog_new);
-  $vals_old = split(",", $prog_old);
+  $vals_new = split(", ", $prog_new);
+  $vals_old = split(", ", $prog_old);
   
   // get list of values measured from newest test
   $new_measures = array();






More information about the llvm-commits mailing list