mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prefer testrun-no-deps
over testrun
.
This commit is contained in:
parent
51cb86237e
commit
20adbd725a
1 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ def run(opts):
|
|||
# stream_stds=True
|
||||
)
|
||||
#proc.poll_and_read_until_finish()
|
||||
stdout, stderr = proc.communicate()
|
||||
stdout, _ = proc.communicate()
|
||||
|
||||
if stdout:
|
||||
print(stdout)
|
||||
|
@ -558,7 +558,7 @@ def parse():
|
|||
help='The sls file to execute to prepare the system')
|
||||
parser.add_option(
|
||||
'--sls',
|
||||
default='testrun',
|
||||
default='testrun-no-deps',
|
||||
help='The final sls file to execute')
|
||||
parser.add_option(
|
||||
'--pillar',
|
||||
|
|
Loading…
Add table
Reference in a new issue