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:
parent
30bc4ca6e9
commit
13b64da47a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue