Issue #2807271 by Mile23: run-tests.sh needs to output an exception to stderr for the testbot

8.3.x
Alex Pott 2016-09-27 17:10:35 +01:00
parent e014859c4d
commit c80250661b
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ if ($args['list']) {
$groups = simpletest_test_get_all($args['module']);
}
catch (Exception $e) {
error_log((string) $e);
echo (string) $e;
exit(SIMPLETEST_SCRIPT_EXIT_EXCEPTION);
}