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

Tanya Lattner tonic at nondot.org
Mon Apr 30 12:12:57 PDT 2007



Changes in directory nightlytest-serverside:

AcceptTestResults.php updated: 1.3 -> 1.4
---
Log message:

target triple not require for now.


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

 AcceptTestResults.php |    4 ----
 1 files changed, 4 deletions(-)


Index: nightlytest-serverside/AcceptTestResults.php
diff -u nightlytest-serverside/AcceptTestResults.php:1.3 nightlytest-serverside/AcceptTestResults.php:1.4
--- nightlytest-serverside/AcceptTestResults.php:1.3	Mon Apr 30 13:05:20 2007
+++ nightlytest-serverside/AcceptTestResults.php	Mon Apr 30 14:12:42 2007
@@ -379,10 +379,6 @@
 $time     = matchOne("/time\:\s*(.+)/",     $MACHINE_DATA[5], "");
 $nickname = $_POST['nickname'];
 
-if(!isset($_POST['target_triple'])) {
-  shutdown($mysql_link);
-}
-
 $targetTriple = $_POST['target_triple'];
 
 //Get machine id or add new machine






More information about the llvm-commits mailing list