Added allowed fail status for plugins (See build summary)

This commit is contained in:
Dmitry Khomutov 2017-04-03 21:04:27 +07:00
commit d54c1978b9
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
5 changed files with 14 additions and 8 deletions

View file

@ -83,6 +83,7 @@ PHP Censor',
'running' => 'Running',
'success' => 'Success',
'failed' => 'Failed',
'failed_allowed' => 'Failed (Allowed)',
'error' => 'Error',
'skipped' => 'Skipped',
'trace' => 'Stack trace',

View file

@ -81,6 +81,7 @@ PHP Censor',
'running' => 'Запущена',
'success' => 'Успешно',
'failed' => 'Провал',
'failed_allowed' => 'Провал (Допустим)',
'error' => 'Ошибка',
'skipped' => 'Пропущено',
'trace' => 'Стек вызова',