mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 13:37:02 +01:00
dismiss_count will still report failed root/sudo consistency failure
Add comment to dismiss_tests
This commit is contained in:
parent
fc88194eca
commit
47a818b832
@ -123,11 +123,9 @@ play_consistency_tests() {
|
||||
fi
|
||||
|
||||
if [ 1 -eq $consist_test ]; then
|
||||
if [ 0 -eq $dismiss_count ]; then
|
||||
nbfailedconsist=$(( nbfailedconsist + 1 ))
|
||||
listfailedconsist="$listfailedconsist $(make_usecase_name "$usecase" consist)"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Actually runs one signel audit script
|
||||
|
@ -66,6 +66,7 @@ contain()
|
||||
fi
|
||||
}
|
||||
|
||||
# Do not run tests at all for the next `run`
|
||||
dismiss_test() {
|
||||
# shellcheck disable=2034
|
||||
dismiss_test=1
|
||||
|
Loading…
Reference in New Issue
Block a user