summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-15 11:56:13 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-15 11:56:13 -0500
commit2a188a57225006ce8a4b7f4f4bb5f834e53a18fe (patch)
tree78a1dde5c5e8a032fed2b2ee8e68681633ee1c61 /pts-core
parentf39ef6f147abace725f966792f2fc27ab1094760 (diff)
downloadphoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.tar.gz
phoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.tar.xz
phoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.zip
pts-core: Add "null" to hal-values-remove.txt
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions_modules.php4
-rw-r--r--pts-core/objects/pts_module_interface.php2
-rw-r--r--pts-core/static/hal-values-remove.txt1
3 files changed, 5 insertions, 2 deletions
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index 4763abd..f37b832 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -180,8 +180,8 @@ function pts_load_module($module)
}
function pts_module_processes()
{
- return array("__startup", "__pre_install_process", "__pre_test_install", "__post_test_install", "__post_install_process",
- "__pre_run_process", "__pre_test_run", "__interim_test_run", "__post_test_run", "__post_run_process", "__shutdown");
+ return array("__startup", "__pre_option_process", "__pre_install_process", "__pre_test_install", "__post_test_install", "__post_install_process",
+ "__pre_run_process", "__pre_test_run", "__interim_test_run", "__post_test_run", "__post_run_process", "__post_option_process", "__shutdown");
}
function pts_module_events()
{
diff --git a/pts-core/objects/pts_module_interface.php b/pts-core/objects/pts_module_interface.php
index c50061b..c3d5cc8 100644
--- a/pts-core/objects/pts_module_interface.php
+++ b/pts-core/objects/pts_module_interface.php
@@ -58,10 +58,12 @@ class pts_module_interface
public static function __pre_option_process($obj = null)
{
+ // Passed is a string containing the name of the option command about to be run
return;
}
public static function __post_option_process($obj = null)
{
+ // Passed is a string containing the name of the option after it has run
return;
}
diff --git a/pts-core/static/hal-values-remove.txt b/pts-core/static/hal-values-remove.txt
index f0ca77b..daaebb2 100644
--- a/pts-core/static/hal-values-remove.txt
+++ b/pts-core/static/hal-values-remove.txt
@@ -1,4 +1,5 @@
empty
+null
unknow
system manufacturer
system version