]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "Fix missing redirects in testsuite targets"
authorAndreas Schwab <schwab@suse.de>
Thu, 1 Oct 2020 13:42:38 +0000 (15:42 +0200)
committerAndreas Schwab <schwab@suse.de>
Thu, 8 Oct 2020 08:09:30 +0000 (10:09 +0200)
This reverts commit d5afb38503.  The log files are actually created by the
various shell scripts that drive the tests.

elf/Makefile
grp/Makefile
intl/Makefile
libio/Makefile
localedata/Makefile
malloc/Makefile
nptl/Makefile
posix/Makefile
stdio-common/Makefile
stdlib/Makefile

index ab792d45c22460ae8e4b3b324661abe5c87d6b85..6a76beb7193275a9b328e61fe16ece9d69701021 100644 (file)
@@ -947,7 +947,7 @@ $(objpfx)tst-pathopt: $(libdl)
 $(objpfx)tst-pathopt.out: tst-pathopt.sh $(objpfx)tst-pathopt \
                          $(objpfx)pathoptobj.so
        $(SHELL) $< $(common-objpfx) '$(test-wrapper-env)' \
-                '$(run-program-env)' > $@; \
+                '$(run-program-env)'; \
        $(evaluate-test)
 
 $(objpfx)tst-rtld-load-self.out: tst-rtld-load-self.sh $(objpfx)ld.so
index 34fceb628f2a600f4a54b8bf31dfa53e99e7ab69..9d1dae91dbb4fe4b369bb8ad093feaaf27cefcb4 100644 (file)
@@ -59,7 +59,7 @@ ifeq ($(run-built-tests),yes)
 # tst_fgetgrent currently only works with shared libraries
 ifeq (yes,$(build-shared))
 $(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent
-       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \
+       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
        $(evaluate-test)
 
 endif
index ce3072420fd7eee2edb191c12d23fbde761ae8ab..3195cb54ad0ba67a23d803475015558542ee6d2b 100644 (file)
@@ -83,22 +83,22 @@ $(objpfx)mtrace-tst-gettext.out: $(objpfx)tst-gettext.out
 $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
          '$(run-program-env)' '$(test-program-prefix-after-env)' \
-         $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace > $@; \
+         $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace; \
        $(evaluate-test)
 $(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
-         $(common-objpfx)intl/ > $@; \
+         $(common-objpfx)intl/; \
        $(evaluate-test)
 $(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
          '$(run-program-env)' '$(test-program-prefix-after-env)' \
-         $(common-objpfx)intl/ > $@; \
+         $(common-objpfx)intl/; \
        $(evaluate-test)
 $(objpfx)tst-gettext4.out: tst-gettext4.sh $(objpfx)tst-gettext4
-       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \
+       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
        $(evaluate-test)
 $(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6
-       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \
+       $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
        $(evaluate-test)
 
 $(objpfx)tst-codeset.out: $(codeset_mo)
index 4f0f777bbb9da0a3f62536749f4f6add3696fc24..276baf58acfe10e63258902c630067aaae91923e 100644 (file)
@@ -226,7 +226,7 @@ endif
 
 $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'   \
-       $(common-objpfx)libio/ > $@; \
+       $(common-objpfx)libio/; \
        $(evaluate-test)
 
 $(objpfx)tst-fopenloc-cmp.out: ../iconvdata/testdata/ISO-8859-1..UTF8 \
index ccfcb0049f183bc18c6800dd29f997b1f21ddc92..a2854e03f3a0a89e8777756bab46d7d48d318280 100644 (file)
@@ -361,13 +361,13 @@ $(objpfx)tst-trans.out: tst-trans.sh $(objpfx)tst-trans \
        $(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \
                 '$(run-program-env)' '$(run-program-prefix-after-env)' \
                 '$(test-program-prefix-before-env)' \
-                '$(test-program-prefix-after-env)' > $@; \
+                '$(test-program-prefix-after-env)'; \
        $(evaluate-test)
 $(objpfx)tst-ctype.out: tst-ctype.sh $(objpfx)tst-ctype \
                        $(objpfx)sort-test.out \
                        $(addprefix $(objpfx),$(CTYPE_FILES))
        $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
-                '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
+                '$(run-program-env)' '$(test-program-cmd-after-env)'; \
        $(evaluate-test)
 $(objpfx)tst-langinfo-newlocale.out: tst-langinfo.sh \
                        $(objpfx)tst-langinfo-newlocale \
index 09ae63bee599833e8cd4c142b5b35062201d07fc..ab64dcfd7330368cc91a12227f5f4c0b60a2a620 100644 (file)
@@ -185,7 +185,7 @@ ifeq (yes,$(build-shared))
 ifneq ($(PERL),no)
 $(objpfx)tst-mtrace.out: tst-mtrace.sh $(objpfx)tst-mtrace
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
-                '$(run-program-env)' '$(test-program-prefix-after-env)' > $@; \
+                '$(run-program-env)' '$(test-program-prefix-after-env)'; \
        $(evaluate-test)
 endif
 endif
index b30d263ca439f5251ef337c620b5e0e68795ac0d..d47e8a81d91ee828bff58262dfb6f77e20b58eae 100644 (file)
@@ -518,7 +518,7 @@ $(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \
                       $(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \
                       $(objpfx)tst-tls5mode.so $(objpfx)tst-tls5modf.so
        $(BASH) $< $(common-objpfx) '$(test-via-rtld-prefix)' \
-         '$(test-wrapper-env)' '$(run-program-env)' > $@; \
+         '$(test-wrapper-env)' '$(run-program-env)'; \
        $(evaluate-test)
 endif
 
index 83c4d572310cdbb9033b305123002f2cb1eb99bf..693082ed28326fbf5baf2124c2206d864e35c884 100644 (file)
@@ -164,11 +164,11 @@ ifeq ($(run-built-tests),yes)
 ifeq (yes,$(build-shared))
 $(objpfx)globtest.out: globtest.sh $(objpfx)globtest
        $(SHELL) $< $(common-objpfx) '$(test-via-rtld-prefix)' \
-               '$(test-program-prefix)' '$(test-wrapper-env)' > $@; \
+               '$(test-program-prefix)' '$(test-wrapper-env)'; \
        $(evaluate-test)
 $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
-                '$(run-program-env)' '$(test-program-prefix-after-env)' > $@; \
+                '$(run-program-env)' '$(test-program-prefix-after-env)'; \
        $(evaluate-test)
 endif
 
@@ -354,7 +354,7 @@ $(objpfx)tst-boost-mem.out: $(objpfx)tst-boost.out
        $(evaluate-test)
 
 $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf
-       $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' > $@; \
+       $(SHELL) $< $(common-objpfx) '$(built-program-cmd)'; \
        $(evaluate-test)
 
 $(objpfx)bug-ga2-mem.out: $(objpfx)bug-ga2.out
index eff0c98d821a50cc48635b63df0b1a71179c517c..686f92a0f3aebce8eebd4702aec09af12c612a7b 100644 (file)
@@ -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: \
index 4615f6dfe76444df3c060e3c3012983e8f7252dd..f8a1660186a6b51f55c115d3ec8098f87a869332 100644 (file)
@@ -208,7 +208,7 @@ $(objpfx)isomac: isomac.c
 $(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
                 '$(run-program-env)' '$(test-program-prefix-after-env)' \
-                $(common-objpfx)stdlib/ > $@; \
+                $(common-objpfx)stdlib/; \
        $(evaluate-test)
 
 $(objpfx)tst-putenv: $(objpfx)tst-putenvmod.so
@@ -239,7 +239,7 @@ $(objpfx)tst-tls-atexit-nodelete.out: $(objpfx)tst-tls-atexit-lib.so
 $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3
        $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
                 '$(run-program-env)' '$(test-program-prefix-after-env)' \
-                $(common-objpfx)stdlib/ > $@; \
+                $(common-objpfx)stdlib/; \
        $(evaluate-test)
 
 $(objpfx)tst-makecontext: $(libdl)