mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Report unit test details from Arcanist to Harbormaster
Summary: Ref T10457. Provides information for D15363. Test Plan: See D15363. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9951, T10457 Differential Revision: https://secure.phabricator.com/D15364
This commit is contained in:
parent
086f5399bf
commit
b1de04aa68
1 changed files with 7 additions and 0 deletions
|
@ -2036,6 +2036,13 @@ abstract class ArcanistWorkflow extends Phobject {
|
|||
|
||||
protected function getModernUnitDictionary(array $map) {
|
||||
$map = $this->getModernCommonDictionary($map);
|
||||
|
||||
$details = idx($map, 'userData');
|
||||
if (strlen($details)) {
|
||||
$map['details'] = (string)$details;
|
||||
}
|
||||
unset($map['userData']);
|
||||
|
||||
return $map;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue