From 8f8052c2aadebe05140c433b2fc9b2c04a0199e0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 1 Oct 2020 15:42:38 +0200 Subject: Revert "Fix missing redirects in testsuite targets" This reverts commit d5afb38503. The log files are actually created by the various shell scripts that drive the tests. --- stdio-common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index eff0c98..686f92a 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -121,11 +121,11 @@ tst-printf-fp-leak-ENV = \ MALLOC_TRACE=$(objpfx)tst-printf-fp-leak.mtrace $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ $(evaluate-test) $(objpfx)tst-printf.out: tst-printf.sh $(objpfx)tst-printf - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ $(evaluate-test) $(objpfx)tst-printfsz-islongdouble.out: \ -- cgit v1.1