mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Assign the ret value
This commit is contained in:
parent
6bc5ea34e9
commit
ca0e967c13
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class MatchTest(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} minion test.ping'.format(
|
||||
config_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue