All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Tudor Florea <Tudor.Florea@enea.com>,
	Chong Lu <Chong.Lu@windriver.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] strace: fix ptest execution failure
Date: Tue, 27 May 2014 08:23:19 -0700	[thread overview]
Message-ID: <5384ADE7.6090307@linux.intel.com> (raw)
In-Reply-To: <26724FB0BFCB3D4C91BDE184751AA3A428A49EA5@SESTOEX04.enea.se>

On 05/27/2014 08:16 AM, Tudor Florea wrote:
>
>
>> -----Original Message-----
>> From: openembedded-core-bounces@lists.openembedded.org
>> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf
>> Of Chong Lu
>> Sent: Tuesday, May 27, 2014 10:03
>> To: openembedded-core@lists.openembedded.org
>> Subject: [OE-core] [PATCH 1/1] strace: fix ptest execution failure
>>
>> Modify ptest suite to make it execute successfully.
>>
>> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
>> ---
>>   meta/recipes-devtools/strace/strace-4.8/run-ptest | 2 +-
>>   meta/recipes-devtools/strace/strace_4.8.bb        | 6 ++++++
>>   2 files changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/strace/strace-4.8/run-ptest
>> b/meta/recipes-devtools/strace/strace-4.8/run-ptest
>> index 133cf92..66639fb 100755
>> --- a/meta/recipes-devtools/strace/strace-4.8/run-ptest
>> +++ b/meta/recipes-devtools/strace/strace-4.8/run-ptest
>> @@ -1,2 +1,2 @@
>>   #!/bin/sh
>> -make -C tests -k runtest-TESTS
>> +make -C tests -k check-TESTS
> I have the same comment as in the previous patch. I'd rather use serial-tests in configure.ac file instead of this change.
>
You mentioned a past patch not merged, can you rebase against master and 
resent if it's still appropriate?

Thanks
	Sau!

>> diff --git a/meta/recipes-devtools/strace/strace_4.8.bb b/meta/recipes-
>> devtools/strace/strace_4.8.bb
>> index 71563d4..9769cd4 100644
>> --- a/meta/recipes-devtools/strace/strace_4.8.bb
>> +++ b/meta/recipes-devtools/strace/strace_4.8.bb
>> @@ -41,6 +41,12 @@ do_compile_ptest() {
>>
>>   do_install_ptest() {
>>   	oe_runmake -C ${TESTDIR} install-ptest BUILDDIR=${B}
>> DESTDIR=${D}${PTEST_PATH} TESTDIR=${TESTDIR}
>> +	install ${S}/test-driver ${D}${PTEST_PATH}
>> +	sed -e 's/bash/sh/' \
>> +	    -e 's/gawk/awk/' \
>> +	    -e 's/^top_srcdir = \(.*\)/top_srcdir = ../' \
>> +	    -e '/^all:/a\\t@:' \
>> +	    -i ${D}${PTEST_PATH}/${TESTDIR}/Makefile
>>   }
>>
>>   BBCLASSEXTEND = "native"
>> --
>> 1.8.1.2
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


  reply	other threads:[~2014-05-27 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27  7:02 [PATCH 0/1] strace: fix ptest execution failure Chong Lu
2014-05-27  7:02 ` [PATCH 1/1] " Chong Lu
2014-05-27 15:16   ` Tudor Florea
2014-05-27 15:23     ` Saul Wold [this message]
2014-05-28 14:38       ` Tudor Florea
2014-05-28  1:25     ` Chong Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5384ADE7.6090307@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=Chong.Lu@windriver.com \
    --cc=Tudor.Florea@enea.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.