unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/1] locale/tst-locale-locpath: Fix arguments passing
@ 2019-07-10  6:26 Mao Han
  2019-07-10  6:36 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Mao Han @ 2019-07-10  6:26 UTC (permalink / raw)
  To: libc-alpha; +Cc: linux-csky, Mao Han

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.
---
 ChangeLog       | 4 ++++
 locale/Makefile | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 158337a..632e180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/locale/Makefile b/locale/Makefile
index 0ad99ec..d78cf9b 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -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)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] locale/tst-locale-locpath: Fix arguments passing
  2019-07-10  6:26 [PATCH 1/1] locale/tst-locale-locpath: Fix arguments passing Mao Han
@ 2019-07-10  6:36 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2019-07-10  6:36 UTC (permalink / raw)
  To: Mao Han; +Cc: libc-alpha, linux-csky

* Mao Han:

> 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.

Still looks good.  Thanks.

Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-10  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  6:26 [PATCH 1/1] locale/tst-locale-locpath: Fix arguments passing Mao Han
2019-07-10  6:36 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).