mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Revert "Fix integration tests launching - remove redundant "config_dir" argument in call to ShellTestCase.run_run from SaltDaemonScriptBase._wait_until_running"
This commit is contained in:
parent
c00da99e31
commit
430ea9e780
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,7 +50,6 @@ htmlcov/
|
||||
/*.iml
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
/.vscode
|
||||
|
||||
# ignore ctags file
|
||||
tags
|
||||
|
@ -618,7 +618,7 @@ class SaltDaemonScriptBase(SaltScriptBase, ShellTestCase):
|
||||
pass
|
||||
del sock
|
||||
elif isinstance(port, str):
|
||||
joined = self.run_run('manage.joined')
|
||||
joined = self.run_run('manage.joined', config_dir=self.config_dir)
|
||||
joined = [x.lstrip('- ') for x in joined]
|
||||
if port in joined:
|
||||
check_ports.remove(port)
|
||||
|
Loading…
Reference in New Issue
Block a user