summaryrefslogtreecommitdiffstats
path: root/pts-core/options/run_test.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 10:17:55 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 10:17:55 -0500
commite73f1137c8cbaa38e2225b836d8b560c18fc9070 (patch)
tree6eac3c15cd5745d4463dccded3bfc2e582ec581c /pts-core/options/run_test.php
parent9094d2b216723bdf20f3c1e3bae7377bfbfc2f56 (diff)
downloadphoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.tar.gz
phoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.tar.xz
phoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.zip
pts-core: Archive installation output of tests in the test's directory
in file install.log
Diffstat (limited to 'pts-core/options/run_test.php')
-rw-r--r--pts-core/options/run_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/options/run_test.php b/pts-core/options/run_test.php
index c0cdae2..d16d3bc 100644
--- a/pts-core/options/run_test.php
+++ b/pts-core/options/run_test.php
@@ -439,6 +439,7 @@ class run_test implements pts_option_interface
pts_user_message($PRE_RUN_MESSAGE);
}
+ // Run the actual tests
pts_recurse_call_tests($test_names_r, $test_arguments_r, $save_results, $xml_results_writer, $results_identifier, $test_arguments_description_r);
if(isset($POST_RUN_MESSAGE))