From bb2d005a7cccbcf22eeba8b70a91cfa10cfef47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Tue, 2 Jul 2024 16:35:26 +0200 Subject: [PATCH] Make RHEL-39953 aarch64-only --- tests/testsuite/interesting-cases.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/testsuite/interesting-cases.sh b/tests/testsuite/interesting-cases.sh index ca792ac..68d759c 100644 --- a/tests/testsuite/interesting-cases.sh +++ b/tests/testsuite/interesting-cases.sh @@ -108,10 +108,10 @@ function verify_interesting_cases () { # elif rlIsRHEL ">=9.5" "<10"; then if [ "$tool" = "binutils" ]; then - verify_test "Check if efi app format is recognized" \ - "$tool_log" \ - "\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \ - "https://issues.redhat.com/browse/RHEL-39953" + [ "$arch" == "aarch64" ] && verify_test "Check if efi app format is recognized" \ + "$tool_log" \ + "\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \ + "https://issues.redhat.com/browse/RHEL-39953" elif [ "$tool" = "ld" ]; then verify_test "ld-elf/pr27590a" \