Batch update of various changes

This commit is contained in:
Miloš Prchlík 2024-11-07 16:26:31 +01:00
commit b103e458d2
3 changed files with 13 additions and 4 deletions

View file

@ -7,3 +7,7 @@ require+:
link+:
- verifies: https://issues.redhat.com/browse/RHEL-50536
adjust+:
- when: distro != rhel-9 or distro < rhel-9.5.0
enabled: false

View file

@ -5,7 +5,6 @@ duration: 10m
link+:
- verifies: https://issues.redhat.com/browse/RHEL-42954
#adjust+:
# - when: arch != aarch64
# because: Test is relevant for aarch64 only
# enabled: false
adjust+:
- when: arch == x86_64
enabled: false

View file

@ -50,6 +50,9 @@ rlJournalStart
elif rlIsRHEL ">= 10"; then
rlAssertGrep "minimum string length is too small: 0" output
elif rlIsRHEL ">= 10" && [ "$TOOLSET" = "gcc-toolset-14" ]; then
rlAssertGrep "minimum string length is too small: 0" output
else
rlAssertGrep "invalid minimum string length 0" output
fi
@ -66,6 +69,9 @@ rlJournalStart
elif rlIsRHEL ">= 10"; then
rlAssertGrep "minimum string length is too small: 0" output
elif rlIsRHEL ">= 10" && [ "$TOOLSET" = "gcc-toolset-14" ]; then
rlAssertGrep "minimum string length is too small: 0" output
else
rlAssertGrep "invalid minimum string length 0" output
fi