mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add ref to ret in test_7754
This commit is contained in:
parent
42f93d53ae
commit
8612f7c007
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
open(os.path.join(config_dir, 'minion'), 'w').write(
|
||||
yaml.dump(minion_config, default_flow_style=False)
|
||||
)
|
||||
self.run_script(
|
||||
ret = self.run_script(
|
||||
'salt-call',
|
||||
'--config-dir {0} cmd.run "echo foo"'.format(
|
||||
config_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue