mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 18:53:42 +02:00
Rename dismiss_test to skip_tests since test won't even run in this case
This commit is contained in:
@ -67,9 +67,9 @@ contain()
|
||||
}
|
||||
|
||||
# Do not run tests at all for the next `run`
|
||||
dismiss_test() {
|
||||
skip_tests() {
|
||||
# shellcheck disable=2034
|
||||
dismiss_test=1
|
||||
skip_tests=1
|
||||
}
|
||||
|
||||
# test is expected to fail (for instance on blank system)
|
||||
|
Reference in New Issue
Block a user