Skip to content

Commit

Permalink
Revert "Fix integration tests launching - remove redundant "config_di…
Browse files Browse the repository at this point in the history
…r" argument in call to ShellTestCase.run_run from SaltDaemonScriptBase._wait_until_running"
  • Loading branch information
Mike Place authored Oct 20, 2016
1 parent c00da99 commit 430ea9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ htmlcov/
/*.iml
*.sublime-project
*.sublime-workspace
/.vscode

# ignore ctags file
tags
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def _wait_until_running(self):
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)
Expand Down

0 comments on commit 430ea9e

Please sign in to comment.