mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
locale/tst-locale-locpath: Fix arguments passing
The arguments passed by Makefile are missing match with the arguments taken by locale/tst-locale-locpath.sh. Without this patch cross-test-ssh.sh will be called twice in a single command while doing the make check test wish ssh test wrapper. * locale/Makefile: Fix tst-locale-locpath arguments passing.
This commit is contained in:
parent
b5232c9f9e
commit
7901d4ee7b
@ -1,3 +1,7 @@
|
||||
2019-07-10 Mao Han <han_mao@c-sky.com>
|
||||
|
||||
* locale/Makefile: Fix tst-locale-locpath arguments passing.
|
||||
|
||||
2019-07-09 Paul A. Clarke <pc@us.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/fpu/fenv_libc.h (_FPU_GET_RC): Protect use of
|
||||
|
@ -113,5 +113,5 @@ lib := locale-programs
|
||||
include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
||||
|
||||
$(objpfx)tst-locale-locpath.out : tst-locale-locpath.sh $(objpfx)locale
|
||||
$(SHELL) $< '$(common-objpfx)' '$(test-wrapper)' '$(test-wrapper-env)' > $@; \
|
||||
$(SHELL) $< '$(common-objpfx)' '$(test-wrapper-env)' '$(run-program-env)' > $@; \
|
||||
$(evaluate-test)
|
||||
|
Loading…
Reference in New Issue
Block a user