summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-14 22:10:17 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-14 22:10:17 -0400
commit732727fa311e77992d046b5602ab8621b9234c0c (patch)
tree2298040b3ac34b62267e208de2ff0bb1800ece74 /pts-core/functions/pts-functions-merge.php
parent37e733d214a7e26339b2a02bd39c1867dc894c93 (diff)
downloadphoronix-test-suite-upstream-732727fa311e77992d046b5602ab8621b9234c0c.tar.gz
phoronix-test-suite-upstream-732727fa311e77992d046b5602ab8621b9234c0c.tar.xz
phoronix-test-suite-upstream-732727fa311e77992d046b5602ab8621b9234c0c.zip
Report major running processes (right now Firefox and Compiz) to XML
TestNotes.
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index 7339cd8..40acb15 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -115,7 +115,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
// Same hardware and software?
- if(count($original_system_hardware) == 1 && count($new_system_hardware) == 1 && $original_system_hardware[0] == $new_system_hardware[0] && $original_system_software[0] == $new_system_software[0] && $original_pts_version[0] == $new_pts_version[0])
+ if(count($original_system_hardware) == 1 && count($new_system_hardware) == 1 && $original_system_hardware[0] == $new_system_hardware[0] && $original_system_software[0] == $new_system_software[0] && $original_pts_version[0] == $new_pts_version[0] && $original_system_notes[0] == $new_system_notes[0])
{
$USE_ID = pts_request_new_id();
$RESULTS->addXmlObject("PhoronixTestSuite/System/Hardware", $USE_ID, $original_system_hardware[0]);