From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q51E5QGl153261 for ; Fri, 1 Jun 2012 09:05:26 -0500 Received: from mail.sandeen.net (sandeen.net [63.231.237.45]) by cuda.sgi.com with ESMTP id rCFImdtN9Exy6eW4 for ; Fri, 01 Jun 2012 07:05:25 -0700 (PDT) Message-ID: <4FC8CC28.70805@sandeen.net> Date: Fri, 01 Jun 2012 09:05:28 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH] xfstest: Cleanup test permission and gitignore state. References: <4FC8C12A.4010805@sgi.com> In-Reply-To: <4FC8C12A.4010805@sgi.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Alain Renaud Cc: xfs@oss.sgi.com On 6/1/12 8:18 AM, Alain Renaud wrote: > > The new test 284/285/286 do not have execute permission set so set > them. Also test 285 and 286 create 2 executable that are not in .gitignore > so add then to the list. > > Signed-off-by: Alain Renaud Looks good to me, Reviewed-by: Eric Sandeen I wonder if we can embed something in the ./check script to check executable state and fail if not set - we check things in w/o execute perms all the time and we're constantly having to fix things up. It's just tidiness really, but a bit of a pain.... -Eric > diff --git a/.gitignore b/.gitignore > index 900ff95..c53c0d9 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -88,6 +88,8 @@ src/aio-dio-regress/aio-dio-subblock-eof-read > src/aio-dio-regress/aio-free-ring-with-bogus-nr-pages > src/aio-dio-regress/aio-io-setup-with-nonwritable-context-pointer > src/aio-dio-regress/aiodio_sparse2 > +src/seek_copy_test > +src/seek_sanity_test > dmapi/src/common/cmd/read_invis > dmapi/src/common/cmd/set_region > diff --git a/284 b/284 > old mode 100644 > new mode 100755 > diff --git a/285 b/285 > old mode 100644 > new mode 100755 > diff --git a/286 b/286 > old mode 100644 > new mode 100755 > > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs