All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test
@ 2013-11-07 17:16 Gernot Hillier
  2013-11-07 17:39 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Gernot Hillier @ 2013-11-07 17:16 UTC (permalink / raw)
  To: xenomai

As there are two testdir occurences in one line, we need global regex replace.

Signed-off-by: Gernot Hillier <gernot.hillier@siemens.com>
---
 testsuite/xeno-test/Makefile.am | 2 +-
 testsuite/xeno-test/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/xeno-test/Makefile.am b/testsuite/xeno-test/Makefile.am
index cd809ab..ce51b29 100644
--- a/testsuite/xeno-test/Makefile.am
+++ b/testsuite/xeno-test/Makefile.am
@@ -9,7 +9,7 @@ xeno_test_run_CPPFLAGS = -DTESTDIR=\"$(testdir)\" -D_GNU_SOURCE
 xeno_test_run_LDADD = -lpthread -lrt
 
 xeno-test: $(srcdir)/xeno-test.in Makefile
-	sed "s,@testdir@,$(testdir),;s,@pkgdir@,$(pkgdir)," $< > $@
+	sed "s,@testdir@,$(testdir),g;s,@pkgdir@,$(pkgdir)," $< > $@
 
 EXTRA_DIST = $(test_SCRIPTS) xeno-test.in
 
diff --git a/testsuite/xeno-test/Makefile.in b/testsuite/xeno-test/Makefile.in
index b3225e3..1a19dca 100644
--- a/testsuite/xeno-test/Makefile.in
+++ b/testsuite/xeno-test/Makefile.in
@@ -791,7 +791,7 @@ uninstall-am: uninstall-binSCRIPTS uninstall-testPROGRAMS \
 
 
 xeno-test: $(srcdir)/xeno-test.in Makefile
-	sed "s,@testdir@,$(testdir),;s,@pkgdir@,$(pkgdir)," $< > $@
+	sed "s,@testdir@,$(testdir),g;s,@pkgdir@,$(pkgdir)," $< > $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
-- 
1.8.1.2

-- 
Gernot Hillier

Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux


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

* Re: [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test
  2013-11-07 17:16 [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test Gernot Hillier
@ 2013-11-07 17:39 ` Gilles Chanteperdrix
  2013-11-08  5:58   ` Gernot Hillier
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2013-11-07 17:39 UTC (permalink / raw)
  To: Gernot Hillier; +Cc: xenomai

On 11/07/2013 06:16 PM, Gernot Hillier wrote:
> As there are two testdir occurences in one line, we need global regex replace.

This issue should have been fixed already.

-- 
                                                                Gilles.


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

* Re: [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test
  2013-11-07 17:39 ` Gilles Chanteperdrix
@ 2013-11-08  5:58   ` Gernot Hillier
  2013-11-08 14:40     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Gernot Hillier @ 2013-11-08  5:58 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Am 07.11.2013 18:39, schrieb Gilles Chanteperdrix:
> On 11/07/2013 06:16 PM, Gernot Hillier wrote:
>> As there are two testdir occurences in one line, we need global regex replace.
>
> This issue should have been fixed already.

In 2.6, yes. In -forge, no.

At least not according to 
http://git.xenomai.org/?p=xenomai-forge.git;a=tree;f=testsuite/xeno-test;h=6a795dc22461e375c55c9fb0504989443a12c17e;hb=HEAD

The patches I posted were all rebased to current -forge HEAD before posting.

-- 
Gernot


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

* Re: [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test
  2013-11-08  5:58   ` Gernot Hillier
@ 2013-11-08 14:40     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2013-11-08 14:40 UTC (permalink / raw)
  To: Gernot Hillier; +Cc: xenomai

On 11/08/2013 06:58 AM, Gernot Hillier wrote:
> Am 07.11.2013 18:39, schrieb Gilles Chanteperdrix:
>> On 11/07/2013 06:16 PM, Gernot Hillier wrote:
>>> As there are two testdir occurences in one line, we need global regex replace.
>>
>> This issue should have been fixed already.
> 
> In 2.6, yes. In -forge, no.

See commit 7e4b15dfae125f1d90719b4ed0ca1208c35c1b06

-- 
                                                                Gilles.


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

end of thread, other threads:[~2013-11-08 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 17:16 [Xenomai] [Xenomai-forge PATCH] testsuite: fix clocktest invocation in xeno-test Gernot Hillier
2013-11-07 17:39 ` Gilles Chanteperdrix
2013-11-08  5:58   ` Gernot Hillier
2013-11-08 14:40     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.