Issue #2807271 by Mile23: run-tests.sh needs to output an exception to stderr for the testbot
parent
e014859c4d
commit
c80250661b
|
@ -76,6 +76,7 @@ if ($args['list']) {
|
||||||
$groups = simpletest_test_get_all($args['module']);
|
$groups = simpletest_test_get_all($args['module']);
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
error_log((string) $e);
|
||||||
echo (string) $e;
|
echo (string) $e;
|
||||||
exit(SIMPLETEST_SCRIPT_EXIT_EXCEPTION);
|
exit(SIMPLETEST_SCRIPT_EXIT_EXCEPTION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue