[llvm-commits] CVS: nightlytest-serverside/SQLUtil.php
Jim Laskey
jlaskey at apple.com
Wed Sep 20 08:00:29 PDT 2006
Changes in directory nightlytest-serverside:
SQLUtil.php updated: 1.7 -> 1.8
---
Log message:
Clean up test records #7
---
Diffs of the changes: (+1 -1)
SQLUtil.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/SQLUtil.php
diff -u nightlytest-serverside/SQLUtil.php:1.7 nightlytest-serverside/SQLUtil.php:1.8
--- nightlytest-serverside/SQLUtil.php:1.7 Wed Sep 20 09:20:47 2006
+++ nightlytest-serverside/SQLUtil.php Wed Sep 20 10:00:11 2006
@@ -15,7 +15,7 @@
$mysql_link = mysql_connect("127.0.0.1", "llvm", "ll2002vm") or die("Error: could not connect to database!\n");
mysql_select_db("nightlytestresults");
-$query = "SELECT * FROM tests WHERE measure=\"dejagnu\"";
+$query = "SELECT * FROM tests WHERE measure=\"dejagnu\" AND program LIKE \"%/llvm/test/%\"";
if ($get_query = mysql_query($query)) {
$count = 1;
while ($row = mysql_fetch_assoc($get_query)) {
More information about the llvm-commits
mailing list