summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-03 14:24:52 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-03 14:24:52 -0500
commite9071e4d9c53cd20d46ce9f25a6cb2cb54764ca5 (patch)
tree2a4dfbdd6214eac5c53d05604612662d67fec8c0 /pts-core
parentde14942ecb71235e69a5bd24f7dad0720d9538fc (diff)
downloadphoronix-test-suite-upstream-e9071e4d9c53cd20d46ce9f25a6cb2cb54764ca5.tar.gz
phoronix-test-suite-upstream-e9071e4d9c53cd20d46ce9f25a6cb2cb54764ca5.tar.xz
phoronix-test-suite-upstream-e9071e4d9c53cd20d46ce9f25a6cb2cb54764ca5.zip
pts-core: Fix regression that disabled benchmarking against Phoronix
Global by simply supplying the global ID
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions_types.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_types.php b/pts-core/functions/pts-functions_types.php
index ef2c2e6..183d367 100644
--- a/pts-core/functions/pts-functions_types.php
+++ b/pts-core/functions/pts-functions_types.php
@@ -312,7 +312,7 @@ function pts_contained_tests($object, $include_extensions = false)
}
else if(pts_is_global_id($object)) // Object is a Phoronix Global file
{
- $xml_parser = new tandem_XmlReader(pts_global_download_xml($TO_INSTALL));
+ $xml_parser = new tandem_XmlReader(pts_global_download_xml($object));
$tests_in_global = $xml_parser->getXMLArrayValues(P_RESULTS_TEST_TESTNAME);
foreach($tests_in_global as $test)