1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02: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:
vrana 2012-10-12 15:21:00 -07:00
parent 3d00e0448d
commit eb5bdb03d0

View file

@ -1371,6 +1371,10 @@ EOTEXT
return null; return null;
} }
public function getTestResults() {
return $this->testResults;
}
private function getErrorExcuse($prompt, $history) { private function getErrorExcuse($prompt, $history) {
if ($this->getArgument('excuse')) { if ($this->getArgument('excuse')) {
$prompt .= " Ignore them?"; $prompt .= " Ignore them?";