mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
Merge branch 'mnowak/drop-kyua-report-verbose-option-v9_14' into 'v9_14'
[v9_14] Drop kyua report's --verbose option See merge request isc-projects/bind9!2982
This commit is contained in:
commit
8793ff9343
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export CMOCKA_MESSAGE_OUTPUT
|
|||
GDB="$(command -v gdb)"
|
||||
|
||||
kyua_report() {
|
||||
${KYUA} --logfile /dev/null report --verbose --results-file "${KYUA_RESULT:-LATEST}"
|
||||
${KYUA} --logfile /dev/null report --results-file "${KYUA_RESULT:-LATEST}"
|
||||
}
|
||||
|
||||
status=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue