summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-init.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-18 17:10:48 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-18 17:10:48 -0400
commitbb48e6b7775247af39bf929b116f80bd0087dce4 (patch)
tree9bb55a5e1fe672834a35869e2e052d77093cc894 /pts-core/functions/pts-init.php
parent40a0c30552286b5c2fd5b26504cfc71ec9347891 (diff)
downloadphoronix-test-suite-upstream-bb48e6b7775247af39bf929b116f80bd0087dce4.tar.gz
phoronix-test-suite-upstream-bb48e6b7775247af39bf929b116f80bd0087dce4.tar.xz
phoronix-test-suite-upstream-bb48e6b7775247af39bf929b116f80bd0087dce4.zip
pts-core: Add pts_add_test_note() function for reporting items to list
in the test notes of saved results
Diffstat (limited to 'pts-core/functions/pts-init.php')
-rw-r--r--pts-core/functions/pts-init.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index 88e9026..871af5c 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -217,6 +217,9 @@ function pts_extended_init()
{
define("IS_FIRST_RUN_TODAY", false);
}
+
+ // Additional Setup
+ $GLOBALS["TEST_NOTES_ARRAY"] = array();
}
function __autoload($to_load)
{