Add exclude/include to vmware-esx-soap-host-runtime

This commit is contained in:
chrostek 2018-07-26 20:41:56 +02:00 committed by GitHub
parent 41b9a0424e
commit 44efa90e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -686,6 +686,11 @@ object CheckCommand "vmware-esx-soap-host-runtime" {
arguments += {
"--select" = "runtime"
"--exclude" = "$vmware_exclude$"
"--include" = "$vmware_include$"
"--isregexp" = {
set_if = "$vmware_isregexp$"
}
}
}