From 13b64da47aff0752a474229d910d155cb3e1281e Mon Sep 17 00:00:00 2001 From: vrana Date: Wed, 15 Aug 2012 15:54:34 -0700 Subject: [PATCH] Use console in unit inside diff --- src/workflow/ArcanistDiffWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php index 278bfbdd..7b92cd37 100644 --- a/src/workflow/ArcanistDiffWorkflow.php +++ b/src/workflow/ArcanistDiffWorkflow.php @@ -1304,7 +1304,7 @@ EOTEXT "** UNIT UNSOUND ** Unit testing raised errors, ". "but all failing tests are unsound.\n"); } else { - $continue = phutil_console_confirm( + $continue = $this->console->confirm( "Unit test results included failures, but all failing tests ". "are known to be unsound. Ignore unsound test failures?"); if (!$continue) {