diff --git a/tests/testsuite/main.fmf b/tests/testsuite/main.fmf index 29ab9a1..419b8fb 100644 --- a/tests/testsuite/main.fmf +++ b/tests/testsuite/main.fmf @@ -27,21 +27,11 @@ adjust+: test: "$WITH_SCL ./test-with-cross.sh" - because: "On RHEL-9.3.0 and newer, system binutils build extra binaries for cross compilation" - when: distro == rhel-9.3 and collection is not defined - test: "$WITH_SCL ./test-with-cross.sh" - - - because: "On RHEL-9.3.0 and newer, system binutils build extra binaries for cross compilation" - when: distro == rhel-9.4 and collection is not defined + when: distro >= rhel-9.3 and collection is not defined test: "$WITH_SCL ./test-with-cross.sh" - because: "On RHEL-9.3.0 and newer, gcc-toolset-13 binutils build has extra directory levels" - when: distro == rhel-9.3 and collection == gcc-toolset-13 - test: "$WITH_SCL ./test-with-cross.sh" - environment+: - MAY_BUILD_OTHER_ARCHES: "no" - - - because: "On RHEL-9.3.0 and newer, gcc-toolset-13 binutils build has extra directory levels" - when: distro == rhel-9.4 and collection == gcc-toolset-13 + when: distro >= rhel-9.3 and collection == gcc-toolset-13 test: "$WITH_SCL ./test-with-cross.sh" environment+: MAY_BUILD_OTHER_ARCHES: "no"