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

Jim Laskey jlaskey at apple.com
Thu Sep 14 11:18:35 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.41 -> 1.42
---
Log message:

testing #40

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

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


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.41 nightlytest-serverside/NightlyTestAccept.php:1.42
--- nightlytest-serverside/NightlyTestAccept.php:1.41	Thu Sep 14 12:48:46 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 13:18:21 2006
@@ -15,8 +15,8 @@
  *******************************************************************************/
 print "content-type: text/text\n\n";
 
-$print_debug = 1;
-$print_env = 1;
+$print_debug = 0;
+$print_env = 0;
 
 
 if ($print_debug) {
@@ -934,8 +934,7 @@
             "machines/$machine_id/$db_date-Build-Log.txt\n";
 }
 
-$email_addr = "jlaskey\@apple.com";
-//$email_addr = "llvm-testresults\@cs.uiuc.edu";
+$email_addr = "llvm-testresults\@cs.uiuc.edu";
 `echo "$email" | mail -s '$nickname $hardware nightly tester results' $email_addr`;
 
 /*******************************************************************************






More information about the llvm-commits mailing list