summaryrefslogtreecommitdiffstats
path: root/pts-core/phoronix-test-suite.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-15 10:36:32 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-15 10:36:32 -0500
commitf39ef6f147abace725f966792f2fc27ab1094760 (patch)
tree4df323cd439e9cc742d9616b4d177f9c6610ce39 /pts-core/phoronix-test-suite.php
parentef295a3bb23a29dafaaedccdd4a7de8135182873 (diff)
downloadphoronix-test-suite-upstream-f39ef6f147abace725f966792f2fc27ab1094760.tar.gz
phoronix-test-suite-upstream-f39ef6f147abace725f966792f2fc27ab1094760.tar.xz
phoronix-test-suite-upstream-f39ef6f147abace725f966792f2fc27ab1094760.zip
pts-core: Add __pre_option_process() and __post_option_process() to PTS
module system
Diffstat (limited to 'pts-core/phoronix-test-suite.php')
-rw-r--r--pts-core/phoronix-test-suite.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/pts-core/phoronix-test-suite.php b/pts-core/phoronix-test-suite.php
index 6b14eea..aecb2d5 100644
--- a/pts-core/phoronix-test-suite.php
+++ b/pts-core/phoronix-test-suite.php
@@ -33,11 +33,7 @@ if(pts_process_active("phoronix-test-suite"))
pts_process_register("phoronix-test-suite");
register_shutdown_function("pts_shutdown");
-// Module start process
-if(function_exists("pts_module_start_process"))
-{
- pts_module_start_process();
-}
+pts_module_startup_init(); // Initialize the PTS module system
// Etc
$PTS_GLOBAL_ID = 1;