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

@ -143,7 +143,7 @@ docker run --rm --privileged -v /boot:/boot:ro -v /dev/cpu:/dev/cpu:ro -v /lib/m
- Note: These 4 CVEs are similar and collectively named "MDS" vulnerabilities, the mitigation is identical for all
- Impact: Kernel
- Mitigation: microcode update + kernel update making possible to protect various CPU internal buffers from unprivileged speculative access to data
- Performance impact of the mitigation: TBC
- Performance impact of the mitigation: low to significant
## Understanding what this script does and doesn't

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