mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make test runs behave better (#35708)
This commit is contained in:
parent
aee5b62542
commit
79bc01b88c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ __proxyenabled__ = ['fx2']
|
|||
|
||||
try:
|
||||
run_all = __salt__['cmd.run_all']
|
||||
except NameError:
|
||||
except (NameError, KeyError):
|
||||
import salt.modules.cmdmod
|
||||
__salt__ = {
|
||||
'cmd.run_all': salt.modules.cmdmod._run_all_quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue