mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-07 04:18:30 +01:00
(stable) Promote 2017 Week 38
This commit is contained in:
commit
e88a8c077b
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ final class ArcanistUnitConsoleRenderer extends ArcanistUnitRenderer {
|
||||||
$this->getFormattedResult($result->getResult()).$duration,
|
$this->getFormattedResult($result->getResult()).$duration,
|
||||||
$test_name);
|
$test_name);
|
||||||
|
|
||||||
if ($result_code != ArcanistUnitTestResult::RESULT_PASS) {
|
if ($result_code != ArcanistUnitTestResult::RESULT_PASS
|
||||||
|
&& strlen($result->getUserData())) {
|
||||||
$return .= $result->getUserData()."\n";
|
$return .= $result->getUserData()."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue