summaryrefslogtreecommitdiffstats
path: root/pts-core/functions
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/functions
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/functions')
-rw-r--r--pts-core/functions/pts-functions_modules.php4
1 files changed, 2 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()
{