mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix block comment
I wasn't letting the prep sls run when testing package auto-builds
This commit is contained in:
parent
07a58c4bae
commit
8c89d7e193
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,6 @@ def run(opts):
|
|||
except ValueError:
|
||||
print('Failed to load any JSON from {0!r}'.format(stdout.strip()))
|
||||
|
||||
'''
|
||||
if opts.cloud_only:
|
||||
# Run Cloud Provider tests preparation SLS
|
||||
time.sleep(3)
|
||||
|
@ -693,6 +692,7 @@ def run(opts):
|
|||
except ValueError:
|
||||
print('Failed to load any JSON from {0!r}'.format(stdout.strip()))
|
||||
|
||||
'''
|
||||
# Run tests here
|
||||
time.sleep(3)
|
||||
cmd = (
|
||||
|
|
Loading…
Add table
Reference in a new issue