]> git.proxmox.com Git - rustc.git/commitdiff
d/rules: fix workaround for broken armhf tests
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 31 Oct 2022 13:18:51 +0000 (14:18 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 31 Oct 2022 13:18:51 +0000 (14:18 +0100)
the path in the test output changed, the issue is still unfixed.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
debian/rules

index c7d16612fda2b2db1927ebe252fd193dd8f49273..33512fdf685c59dd2bd7db9761cea7e639075735 100755 (executable)
@@ -291,7 +291,7 @@ FAILED_TESTS = grep "FAILED\|^command did not execute successfully" $(TEST_LOG)
 # ignore debuginfo failures on armhf due to regression in GDB 11.2
 # https://sourceware.org/bugzilla/show_bug.cgi?id=29272
 ifneq (,$(filter $(DEB_BUILD_ARCH), armhf))
-  FAILED_TESTS += | grep -v '^test \[debuginfo-gdb\] debuginfo/'
+  FAILED_TESTS += | grep -v '^test \[debuginfo-gdb\] src/test/debuginfo/'
 endif
 override_dh_auto_test-arch:
        # ensure that rustc_llvm is actually dynamically linked to libLLVM