summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-run.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-19 15:20:16 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-19 15:20:16 -0400
commit83b87790c77c30e0c9def0baf38702b9adfeac44 (patch)
treef558814194cad9e49c9ce1589c7e3a1bd4c05d52 /pts-core/functions/pts-functions-run.php
parentbb589068b2339ca7a1f03fc26af7cacf926c8c5b (diff)
downloadphoronix-test-suite-upstream-83b87790c77c30e0c9def0baf38702b9adfeac44.tar.gz
phoronix-test-suite-upstream-83b87790c77c30e0c9def0baf38702b9adfeac44.tar.xz
phoronix-test-suite-upstream-83b87790c77c30e0c9def0baf38702b9adfeac44.zip
pts-core: Pass select variables to PTS modules and describe the
functionality in pts_module_interface
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 34dc4ed..ac17b94 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -278,7 +278,7 @@ function pts_recurse_call_tests($tests_to_run, $arguments_array, $save_results =
// Call the tests
if(!defined("PTS_RECURSE_CALL"))
{
- pts_module_process("__pre_run_process");
+ pts_module_process("__pre_run_process", $tests_to_run);
define("PTS_RECURSE_CALL", 1);
}