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:
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, ".
|
||||
"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) {
|
||||
|
|
Loading…
Reference in a new issue