All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/2] Optimise grep action in cpuset_syscall_test
Date: Mon, 16 Nov 2015 11:50:13 -0500 (EST)	[thread overview]
Message-ID: <896303530.9826898.1447692613760.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20151116163744.GH17888@rei.suse.cz>





----- Original Message -----
> From: "Cyril Hrubis" <chrubis@suse.cz>
> To: "Jan Stancek" <jstancek@redhat.com>
> Cc: "Yuan Sun" <sunyuan3@huawei.com>, ltp@lists.linux.it
> Sent: Monday, 16 November, 2015 5:37:44 PM
> Subject: Re: [LTP] [PATCH 2/2] Optimise grep action in cpuset_syscall_test
> 
> Hi!
> > > +	task_policy=$(grep -e "  *stack  *anon" | \
> > > +			awk '{print $2}' $TEST_PROCNUMA)
> > 
> > Shouldn't this last one be:
> > +	task_policy=$(grep -e "  *stack  *anon" $TEST_PROCNUMA | \
> > +			awk '{print $2}')
> > 
> 
> Looks like an obvious typo to me. Can you please push fix?

This should be fixed already. Yuan sent v2, where he fixed this:

commit ca77742387f0bd4e42c39b1c70e5995be3433687
Author: Yuan Sun <sunyuan3@huawei.com>
Date:   Mon Nov 9 16:05:34 2015 +0800
    cpuset_syscall_test: simplify grep actions

Regards,
Jan

> 
> --
> Cyril Hrubis
> chrubis@suse.cz
> 

  reply	other threads:[~2015-11-16 16:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  1:21 [LTP] [PATCH 1/2] Optimise grep action in power_management Yuan Sun
2015-10-15  1:21 ` [LTP] [PATCH 2/2] Optimise grep action in cpuset_syscall_test Yuan Sun
2015-11-06  9:01   ` Jan Stancek
2015-11-16 16:37     ` Cyril Hrubis
2015-11-16 16:50       ` Jan Stancek [this message]
2015-11-16 17:10         ` Cyril Hrubis
2015-10-27 16:35 ` [LTP] [PATCH 1/2] Optimise grep action in power_management Cyril Hrubis

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=896303530.9826898.1447692613760.JavaMail.zimbra@redhat.com \
    --to=jstancek@redhat.com \
    --cc=ltp@lists.linux.it \
    /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.