summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-run.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-30 20:00:21 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-30 20:00:21 -0500
commit260ff17a89a15ad897d4e0a4c060510686d55030 (patch)
tree0ed8e30086e407b0dc9cb5a18bf78aea53031a23 /pts-core/functions/pts-functions-run.php
parent068c038200c3fedc39b3a1fa28724eff115a79ec (diff)
downloadphoronix-test-suite-upstream-260ff17a89a15ad897d4e0a4c060510686d55030.tar.gz
phoronix-test-suite-upstream-260ff17a89a15ad897d4e0a4c060510686d55030.tar.xz
phoronix-test-suite-upstream-260ff17a89a15ad897d4e0a4c060510686d55030.zip
pts-core: Major Self-Contained Test Profile (SCTP) update. Also adds in
convert-test-to-sctp option.
Diffstat (limited to 'pts-core/functions/pts-functions-run.php')
-rw-r--r--pts-core/functions/pts-functions-run.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index 2ae7359..a108bee 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -847,6 +847,7 @@ function pts_run_test($test_identifier, $extra_arguments = "", $arguments_descri
}
if($times_to_run > 1 && $i < ($times_to_run - 1))
{
+ echo pts_call_test_script($test_identifier, "interim", null, $test_directory, $extra_runtime_variables);
pts_module_process("__interim_test_run", $pts_test_result);
sleep(1); // Rest for a moment between tests
}