summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-07 07:50:53 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-07 07:50:53 +0000
commitd258bed22ae49b3c1125553f7af1f278f14f41d1 (patch)
treed3fb4862948e69293b5b427280aa4ce45b2bb1a2 /scripts
parent3b4213ce79b76a05015735c261097717b70b3918 (diff)
downloadbrdo-d258bed22ae49b3c1125553f7af1f278f14f41d1.tar.gz
brdo-d258bed22ae49b3c1125553f7af1f278f14f41d1.tar.bz2
- Patch #443154 by boombatower: make sure fatal errors are reported as test failures.
Diffstat (limited to 'scripts')
-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);