mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix variable ref
This commit is contained in:
parent
9bf2f77b2e
commit
e4f39ed32f
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ def run(opts):
|
|||
# Download unittest reports
|
||||
download_unittest_reports(opts)
|
||||
# Download coverage report
|
||||
if options.test_without_coverage is False:
|
||||
if opts.test_without_coverage is False:
|
||||
download_coverage_report(opts)
|
||||
|
||||
if opts.clean and 'JENKINS_SALTCLOUD_VM_NAME' not in os.environ:
|
||||
|
|
Loading…
Add table
Reference in a new issue