mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add ret value to test return data
This commit is contained in:
parent
ca0e967c13
commit
aa584dc255
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class KeyTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
open(os.path.join(config_dir, config_file_name), 'w').write(
|
||||
yaml.dump(config, default_flow_style=False)
|
||||
)
|
||||
self.run_script(
|
||||
ret = self.run_script(
|
||||
self._call_binary_,
|
||||
'--config-dir {0} -L'.format(
|
||||
config_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue