Commit f18441b
committed
lnms dev:check --os-modules-only always
Make --os-modules-only always work. So if you run as worked before like this to skip os detection tests:
`lnms dev:check unit --os ios --os-modules-only`
Or like this to just test all discovery/polling modules (new):
`lnms dev:check unit --os-modules-only`1 parent bc4dcac commit f18441b
File tree
2 files changed
+5
-2
lines changed- LibreNMS/Util
- app/Console/Commands
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments