summaryrefslogtreecommitdiffstats
path: root/pts-core/options/run_test.php
diff options
context:
space:
mode:
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))