summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-tests.sh')
-rwxr-xr-xscripts/run-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index f370d65a7..6de37ae5b 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -466,6 +466,8 @@ function simpletest_script_reporter_init() {
function simpletest_script_reporter_display_results() {
global $args, $test_id, $results_map;
+ simpletest_log_read($test_id);
+
echo "\n";
$end = timer_stop('run-tests');
echo "Test run duration: " . format_interval($end['time'] / 1000);