diff options
author | Andreas Schwab <schwab@suse.de> | 2020-10-01 15:42:38 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2020-10-08 10:09:30 +0200 |
commit | 8f8052c2aadebe05140c433b2fc9b2c04a0199e0 (patch) | |
tree | d63d6a0bace7755fdbdde0cf794e0196c063ff82 /stdio-common/Makefile | |
parent | a04689ee7a2600a1466354096123c57ccd1e1dc7 (diff) | |
download | glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.bz2 glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.zip |
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.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index eff0c98d82..686f92a0f3 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: \ |