From 2d27dc1c750849f888b38fa7f0dadf6b376095de Mon Sep 17 00:00:00 2001 From: Yanzhang Wang Date: Thu, 26 Oct 2023 11:26:10 +0800 Subject: [PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper. If we use cross test with ssh, this test needs to be ran on the remote. --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/Makefile b/elf/Makefile index f9bd86a05a..c1e9038a44 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2942,7 +2942,7 @@ $(objpfx)tst-tls-allocation-failure-static-patched: \ $(objpfx)tst-tls-allocation-failure-static-patched.out: \ $(objpfx)tst-tls-allocation-failure-static-patched - $< > $@ 2>&1; echo "status: $$?" >> $@ + $(test-wrapper) $< > $@ 2>&1; echo "status: $$?" >> $@ grep -q '^Fatal glibc error: Cannot allocate TLS block$$' $@ \ && grep -q '^status: 127$$' $@; \ $(evaluate-test)