Revert "Issue #2776071 by damiankloip: run-tests.sh does not return a non zero status when tests fail with exception"

This reverts commit b026909edb.
8.3.x
Nathaniel Catchpole 2016-08-04 21:21:30 +01:00
parent b026909edb
commit 8658fc3baf
1 changed files with 0 additions and 1 deletions

View File

@ -647,7 +647,6 @@ function simpletest_script_execute_batch($test_classes) {
elseif ($status['exitcode']) {
$message = 'FATAL ' . $child['class'] . ': test runner returned a non-zero error code (' . $status['exitcode'] . ').';
echo $message . "\n";
$total_status = max($status['exitcode'], $total_status);
// Insert a fail for xml results.
TestBase::insertAssert($child['test_id'], $child['class'], FALSE, $message, 'run-tests.sh check');
// Ensure that an error line is displayed for the class.