1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Use console in unit inside diff

This commit is contained in:
vrana 2012-08-15 15:54:34 -07:00
parent 30bc4ca6e9
commit 13b64da47a

View file

@ -1304,7 +1304,7 @@ EOTEXT
"<bg:yellow>** UNIT UNSOUND **</bg> 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) {