]> 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 <f.gruenbichler@proxmox.com>
Fri, 2 Dec 2022 12:19:43 +0000 (13:19 +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 019c32caaaf8726c5e6eeeede644ec65ed92c041..c5feecad548160150e5aa6f6a75300697cf0dbca 100755 (executable)
@@ -297,7 +297,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