summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-run.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-12 16:29:41 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-13 10:34:51 -0500
commit48afb02228568e10ba62dc5de813d31fcfcf42c2 (patch)
tree1dd4b946df996f096d44ce4ce424da9b5cc28f09 /pts-core/functions/pts-functions-run.php
parentc23af20b5688541fb2c93105f817f802d2f33d71 (diff)
downloadphoronix-test-suite-upstream-48afb02228568e10ba62dc5de813d31fcfcf42c2.tar.gz
phoronix-test-suite-upstream-48afb02228568e10ba62dc5de813d31fcfcf42c2.tar.xz
phoronix-test-suite-upstream-48afb02228568e10ba62dc5de813d31fcfcf42c2.zip
pts-core: Remove pts-run-test.php now that now that its code is
modularized as option run_test
Diffstat (limited to 'pts-core/functions/pts-functions-run.php')
-rw-r--r--pts-core/functions/pts-functions-run.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index 4fafb7e..b0e791a 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -337,7 +337,7 @@ function pts_record_test_result(&$tandem_xml, $result, $identifier, $tandem_id =
$tandem_xml->addXmlObject(P_RESULTS_RESULTS_GROUP_IDENTIFIER, $tandem_id, $identifier, 5);
$tandem_xml->addXmlObject(P_RESULTS_RESULTS_GROUP_VALUE, $tandem_id, $result->get_result(), 5);
- $GLOBALS["TEST_RAN"] = true;
+ pts_set_assignment("TEST_RAN", true);
}
function pts_save_test_file($PROPOSED_FILE_NAME, &$RESULTS = null, $RAW_TEXT = null)
{