Fix variable ref

This commit is contained in:
Pedro Algarvio 2014-12-08 18:07:04 +00:00
parent 9bf2f77b2e
commit e4f39ed32f

View file

@ -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: