1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-26 00:32:41 +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, ". "<bg:yellow>** UNIT UNSOUND **</bg> Unit testing raised errors, ".
"but all failing tests are unsound.\n"); "but all failing tests are unsound.\n");
} else { } else {
$continue = phutil_console_confirm( $continue = $this->console->confirm(
"Unit test results included failures, but all failing tests ". "Unit test results included failures, but all failing tests ".
"are known to be unsound. Ignore unsound test failures?"); "are known to be unsound. Ignore unsound test failures?");
if (!$continue) { if (!$continue) {