From d258bed22ae49b3c1125553f7af1f278f14f41d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Jul 2009 07:50:53 +0000 Subject: - Patch #443154 by boombatower: make sure fatal errors are reported as test failures. --- scripts/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/run-tests.sh') 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); -- cgit v1.2.3