mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Provide getter for test results properties in arc diff
Summary: We want to use them in event. Test Plan: Will use it in event. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3690
This commit is contained in:
parent
3d00e0448d
commit
eb5bdb03d0
1 changed files with 4 additions and 0 deletions
|
@ -1371,6 +1371,10 @@ EOTEXT
|
|||
return null;
|
||||
}
|
||||
|
||||
public function getTestResults() {
|
||||
return $this->testResults;
|
||||
}
|
||||
|
||||
private function getErrorExcuse($prompt, $history) {
|
||||
if ($this->getArgument('excuse')) {
|
||||
$prompt .= " Ignore them?";
|
||||
|
|
Loading…
Reference in a new issue