about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorYanzhang Wang <yanzhang.wang@intel.com>2023-10-26 11:26:10 +0800
committerFlorian Weimer <fweimer@redhat.com>2023-11-13 15:55:33 +0100
commit2d27dc1c750849f888b38fa7f0dadf6b376095de (patch)
tree34fff46561f332fbaf571d604a1a8dd4d7b0665d /elf/Makefile
parent3548a4f0872aefa1f0b636a2d89fde96e5b7d46f (diff)
downloadglibc-2d27dc1c750849f888b38fa7f0dadf6b376095de.tar.gz
glibc-2d27dc1c750849f888b38fa7f0dadf6b376095de.tar.xz
glibc-2d27dc1c750849f888b38fa7f0dadf6b376095de.zip
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.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
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)