1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-30 00:18:20 +01:00

(stable) Promote 2017 Week 38

This commit is contained in:
epriestley 2017-09-22 11:48:49 -07:00
commit e88a8c077b

View file

@ -21,7 +21,8 @@ final class ArcanistUnitConsoleRenderer extends ArcanistUnitRenderer {
$this->getFormattedResult($result->getResult()).$duration,
$test_name);
if ($result_code != ArcanistUnitTestResult::RESULT_PASS) {
if ($result_code != ArcanistUnitTestResult::RESULT_PASS
&& strlen($result->getUserData())) {
$return .= $result->getUserData()."\n";
}