mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Drop kyua report's --verbose option
It prints far more than needed.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user