mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fixing test
This commit is contained in:
parent
ba77751f99
commit
22c7173a22
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ def path():
|
|||
if salt_path not in os.environ["path"]:
|
||||
os.environ["path"] = f'{os.environ["path"]};{salt_path}'
|
||||
yield os.environ["path"]
|
||||
yield ""
|
||||
else:
|
||||
yield ""
|
||||
|
||||
|
||||
def run_salt_call(cmd):
|
||||
|
|
Loading…
Add table
Reference in a new issue