All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix typo in check
@ 2013-05-20 17:51 Eryu Guan
  2013-05-29 13:18 ` Rich Johnston
  2013-05-29 13:20 ` Rich Johnston
  0 siblings, 2 replies; 3+ messages in thread
From: Eryu Guan @ 2013-05-20 17:51 UTC (permalink / raw)
  To: xfs; +Cc: Eryu Guan

There is no $testname, should be $test_name

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check b/check
index a79747e..8d32486 100755
--- a/check
+++ b/check
@@ -242,7 +242,7 @@ if $have_test_arg; then
 			test_name=`basename $1`
 			group_file=$SRC_DIR/$test_dir/group
 
-			if grep "^$testname" $group_file >/dev/null ; then
+			if grep "^$test_name" $group_file >/dev/null ; then
 				# in group file ... OK
 				echo $SRC_DIR/$1 >>$tmp.list
 			else
-- 
1.8.1

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfstests: fix typo in check
  2013-05-20 17:51 [PATCH] xfstests: fix typo in check Eryu Guan
@ 2013-05-29 13:18 ` Rich Johnston
  2013-05-29 13:20 ` Rich Johnston
  1 sibling, 0 replies; 3+ messages in thread
From: Rich Johnston @ 2013-05-29 13:18 UTC (permalink / raw)
  To: Eryu Guan; +Cc: xfs

On 05/20/2013 12:51 PM, Eryu Guan wrote:
> There is no $testname, should be $test_name
>
> Signed-off-by: Eryu Guan <eguan@redhat.com>

Looks good.

Reviewed-by Rich Johnston <rjohnston@sgi.com>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfstests: fix typo in check
  2013-05-20 17:51 [PATCH] xfstests: fix typo in check Eryu Guan
  2013-05-29 13:18 ` Rich Johnston
@ 2013-05-29 13:20 ` Rich Johnston
  1 sibling, 0 replies; 3+ messages in thread
From: Rich Johnston @ 2013-05-29 13:20 UTC (permalink / raw)
  To: Eryu Guan; +Cc: xfs

On 05/20/2013 12:51 PM, Eryu Guan wrote:
> There is no $testname, should be $test_name
>
> Signed-off-by: Eryu Guan <eguan@redhat.com>

Thanks, this patch has been committed:

commit 38d58591fc0607bfd262fc8d363e52047fcf0e9c
Author: Eryu Guan <eguan@redhat.com>
Date:   Wed May 29 08:12:44 2013 -0500

     xfstests: fix typo in check

--Rich

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-05-29 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 17:51 [PATCH] xfstests: fix typo in check Eryu Guan
2013-05-29 13:18 ` Rich Johnston
2013-05-29 13:20 ` Rich Johnston

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.