mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
Drop kyua report's --verbose option
It prints far more than needed. (cherry picked from commit 5d14ed8465ccb1cb35bdbdeba2e0143b62b5455c)
This commit is contained in:
parent
f3cf7ccaa1
commit
6bdb48908a
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