[llvm-commits] [nightly-test-server] r42867 - /nightly-test-server/trunk/AcceptTestResults.php

Tanya Lattner tonic at nondot.org
Thu Oct 11 11:37:13 PDT 2007


Author: tbrethou
Date: Thu Oct 11 13:37:13 2007
New Revision: 42867

URL: http://llvm.org/viewvc/llvm-project?rev=42867&view=rev
Log:
Fix typos in accept results script.

Modified:
    nightly-test-server/trunk/AcceptTestResults.php

Modified: nightly-test-server/trunk/AcceptTestResults.php
URL: http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/AcceptTestResults.php?rev=42867&r1=42866&r2=42867&view=diff

==============================================================================
--- nightly-test-server/trunk/AcceptTestResults.php (original)
+++ nightly-test-server/trunk/AcceptTestResults.php Thu Oct 11 13:37:13 2007
@@ -415,8 +415,8 @@
 
 
 // Add new test run config
-$testRunConfigId = addTestRunConfig($runDateTime, $machineId, $machineUname, 
-                                    $gccVersion, $cvsCpuTime, $cvsWallTime, 
+$testRunConfigId = addTestRunConfig($runDateTime, $machineId, $uname, 
+                                    $gcc_version, $cvsCpuTime, $cvsWallTime, 
                                     $configureCpuTime, $configureWallTime,
                                     $buildCpuTime, 
                                     $buildWallTime, $dejagnuCpuTime,





More information about the llvm-commits mailing list