enh: -v -v now implies --dump-mock-data

This commit is contained in:
Stéphane Lesimple
2019-05-24 11:36:39 +02:00
parent e83dc818cd
commit 0bd38ddda0
2 changed files with 2 additions and 1 deletions

View File

@ -841,6 +841,7 @@ while [ -n "$1" ]; do
esac
elif [ "$1" = "-v" ] || [ "$1" = "--verbose" ]; then
opt_verbose=$(( opt_verbose + 1 ))
[ "$opt_verbose" -ge 2 ] && opt_mock=1
shift
elif [ "$1" = "--cve" ]; then
if [ -z "$2" ]; then