From: Chong Lu <Chong.Lu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/3] perl: fix the output format of all tests
Date: Mon, 11 Aug 2014 09:19:06 +0800 [thread overview]
Message-ID: <53E81A0A.2030701@windriver.com> (raw)
In-Reply-To: <a7f4e445d762d3fe0c91840b0dc9c1ab625689fd.1407227521.git.Chong.Lu@windriver.com>
ping
On 08/05/2014 04:33 PM, Chong Lu wrote:
> We should use "PASS:|FAIL:|SKIP: testname" to output results of ptest.
>
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
> meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/perl/perl-5.20.0/run-ptest b/meta/recipes-devtools/perl/perl-5.20.0/run-ptest
> index ed59b4b..1e2dd1b 100644
> --- a/meta/recipes-devtools/perl/perl-5.20.0/run-ptest
> +++ b/meta/recipes-devtools/perl/perl-5.20.0/run-ptest
> @@ -1,2 +1,2 @@
> #!/bin/sh
> -cd t && ./TEST | sed -u -e 's/^\([^. \t]*\)\.\.\.\+ok/PASS: \1/' -e 's/^\([^. \t]*\)\.\.\.\+skipped/SKIP: \1/' -e 's/^\([^. \t]*\)\.\.\.\+\(.*\)/FAIL: \1\n\2/'
> +cd t && ./TEST | sed -u -e 's|\(.*\) .* ok$|PASS: \1|' -e 's|\(.*\) .* skipped|SKIP: \1|' -e 's|\(.*\) \.\(.*\)|FAIL: \1|'
next prev parent reply other threads:[~2014-08-11 1:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 8:33 [PATCH 0/3] fix several ptest issues Chong Lu
2014-08-05 8:33 ` [PATCH 1/3] perl: fix the output format of all tests Chong Lu
2014-08-11 1:19 ` Chong Lu [this message]
2014-08-05 8:33 ` [PATCH 2/3] strace: fix ptest execution failure Chong Lu
2014-08-11 1:19 ` Chong Lu
2014-08-05 8:33 ` [PATCH 3/3] dbus: fix ptest issue Chong Lu
2014-08-05 9:53 ` Richard Purdie
2014-08-05 10:07 ` Chong Lu
2014-08-05 10:16 ` Paul Eggleton
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=53E81A0A.2030701@windriver.com \
--to=chong.lu@windriver.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.