[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Thu Sep 14 10:49:00 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.40 -> 1.41
---
Log message:
testing #39
---
Diffs of the changes: (+2 -3)
NightlyTestAccept.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.40 nightlytest-serverside/NightlyTestAccept.php:1.41
--- nightlytest-serverside/NightlyTestAccept.php:1.40 Thu Sep 14 12:37:29 2006
+++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:48:46 2006
@@ -948,18 +948,17 @@
if (!file_exists('machines')) {
mkdir('machines', 777);
}
-chdir("$curr/machines");
+chdir("$cwd/machines");
if (!file_exists("$machine_id")) {
mkdir("$machine_id", 777);
}
-chdir("$curr/machines/$machine_id");
+chdir("$cwd/machines/$machine_id");
WriteFile("$db_date-Build-Log.txt", $build_log);
WriteFile("$db_date-O-files.txt", $o_file_size);
WriteFile("$db_date-A-files.txt", $a_file_size);
-
$sentdata="";
foreach ($_GET as $key => $value) {
$sentdata .= "$key => $value}\n";
More information about the llvm-commits
mailing list