[yum tests] add missing "always" block (#71564)

Change:
- So that if yum tests get re-run, we don't error out the second time.

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/71610/head
Rick Elrod 4 years ago committed by GitHub
parent db519bc17c
commit 64e2b9da3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -869,3 +869,10 @@
- remove is changed
- "'toaster-1.2.3.4' not in rpmqa.stdout"
- "'test-package-that-provides-toaster' in rpmqa.stdout"
always:
- name: Remove test packages
yum:
name:
- test-package-that-provides-toaster
- toaster
state: absent

Loading…
Cancel
Save