lnms dev:check add --os-modules-only option (#13700)

* lnms dev:check add --os-modules-only option
And improve debug output

* Style fixes

* Add false flag
This commit is contained in:
Tony Murray
2022-01-26 08:31:51 -06:00
committed by GitHub
parent 4b4e7ce6fb
commit f195478444
4 changed files with 20 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ return [
'full' => 'Run full checks ignoring changed file filtering',
'module' => 'Specific Module to run tests on. Implies unit, --db, --snmpsim',
'os' => 'Specific OS to run tests on. Implies unit, --db, --snmpsim',
'os-modules-only' => 'Skip os detection test when specifying a specific OS. Speeds up test time when checking non-detection changes.',
'quiet' => 'Hide output unless there is an error',
'snmpsim' => 'Use snmpsim for unit tests',
],