mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user