Skip to content

Commit e4f39ed

Browse files
committed
Fix variable ref
1 parent 9bf2f77 commit e4f39ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jenkins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def run(opts):
775775
# Download unittest reports
776776
download_unittest_reports(opts)
777777
# Download coverage report
778-
if options.test_without_coverage is False:
778+
if opts.test_without_coverage is False:
779779
download_coverage_report(opts)
780780

781781
if opts.clean and 'JENKINS_SALTCLOUD_VM_NAME' not in os.environ:

0 commit comments

Comments
 (0)