* Re: [PATCH] cleanup duplicates in all tests
[not found] <20130403173245.376605011@sgi.com>
@ 2013-04-03 20:36 ` Eric Sandeen
2013-04-04 11:59 ` Rich Johnston
1 sibling, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2013-04-03 20:36 UTC (permalink / raw)
To: rjohnston; +Cc: xfs, linux-ext4, linux-btrfs
On 4/3/13 12:31 PM, rjohnston@sgi.com wrote:
> There are duplicate blank lines, comment hash and lines
> containing duplicate seqres= declarations, remove them.
>
> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
>
> ---
> tests/btrfs/254 | 3 ---
> tests/btrfs/264 | 4 ----
> tests/btrfs/265 | 3 ---
> tests/btrfs/276 | 3 ---
> tests/btrfs/284 | 3 ---
nothing but dup line removal:
$ egrep "^[-+][a-z]" bigpatch | sort | uniq
-seqres=$RESULT_DIR/$seq
and every file still has one left:
$ for FILE in `guilt files`; do grep -c "seqres=$RESULT_DIR" $FILE; done | sort | uniq
1
Looks good to me! :)
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Thanks,
-Eric
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] cleanup duplicates in all tests
[not found] <20130403173245.376605011@sgi.com>
2013-04-03 20:36 ` [PATCH] cleanup duplicates in all tests Eric Sandeen
@ 2013-04-04 11:59 ` Rich Johnston
1 sibling, 0 replies; 2+ messages in thread
From: Rich Johnston @ 2013-04-04 11:59 UTC (permalink / raw)
To: xfs; +Cc: linux-ext4, linux-btrfs
Thanks for the review Eric, this patch has been committed.
--Rich
commit 0efd4f4d483a725212f531bc2ed964de2766b1cd
Author: Rich Johnston <rjohnston@sgi.com>
Date: Wed Apr 3 17:31:49 2013 +0000
xfstests: cleanup duplicates in all tests
There are duplicate blank lines, comment hash and lines
containing duplicate seqres= declarations, remove them.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-04 11:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20130403173245.376605011@sgi.com>
2013-04-03 20:36 ` [PATCH] cleanup duplicates in all tests Eric Sandeen
2013-04-04 11:59 ` Rich Johnston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox