Linking bugs to upstream test

This commit is contained in:
František Hrdina 2022-11-15 11:09:24 +01:00
commit 75f1dfece2
2 changed files with 6 additions and 6 deletions

View file

@ -19,10 +19,6 @@ recommend:
duration: 15m
enabled: true
tag:
- NoRHEL3
- NoRHEL4
- TIPpass
- TIPpass_Apps
- Tier1
tier: '1'
link:
@ -49,9 +45,13 @@ link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=592273
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1019738
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1156095
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141014
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141015
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141016
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141017
adjust:
- enabled: false
when: distro == rhel-3, rhel-4
when: distro < rhel-5
continue: false
extra-nitrate: TC#0058469
extra-summary: /CoreOS/expat/Sanity/upstream

View file

@ -50,7 +50,7 @@ rlJournalStart
rlRun "su expatester -c './configure'" 0 "Running configure"
else
rlRun "su expatester -c \"rpm --define '_topdir /home/expatester' -i *src.rpm\"" \
0 "Installing the source rpm"
0 "Installing the source rpm"
rlRun "su expatester -c \"rpmbuild --nodeps --define '_topdir /home/expatester' -bc /home/expatester/SPECS/*spec\"" 0 "Preparing sources"
if rlIsRHEL "<=7"; then