diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php index 6ead7f50..d85cae52 100644 --- a/src/workflow/ArcanistDiffWorkflow.php +++ b/src/workflow/ArcanistDiffWorkflow.php @@ -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?";