From: Andreas Gruenbacher <agruenba@redhat.com>
To: xfs@oss.sgi.com
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Subject: [XFSTESTS 1/6] check: Don't complain about missing tests/$FSTYP/group
Date: Wed, 18 Nov 2015 15:17:44 +0100 [thread overview]
Message-ID: <1447856269-7872-2-git-send-email-agruenba@redhat.com> (raw)
In-Reply-To: <1447856269-7872-1-git-send-email-agruenba@redhat.com>
When filesystems don't have filesystem specific tests, those nonexistent
tests also won't have a group file.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
check | 2 ++
1 file changed, 2 insertions(+)
diff --git a/check b/check
index 8281322..4a9b332 100755
--- a/check
+++ b/check
@@ -95,6 +95,8 @@ get_group_list()
grp=$1
for d in $SRC_GROUPS $FSTYP; do
+ [ -e "$SRC_DIR/$d/group" ] || continue
+
l=$(sed -n < $SRC_DIR/$d/group \
-e 's/#.*//' \
-e 's/$/ /' \
--
2.5.0
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2015-11-18 14:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 14:17 [XFSTESTS 0/6] Richacl Tests Andreas Gruenbacher
2015-11-18 14:17 ` Andreas Gruenbacher [this message]
2015-11-18 14:17 ` [XFSTESTS 2/6] check: Enforce xfs filesystem recreation on $TEST_DEV Andreas Gruenbacher
2015-12-01 14:43 ` Carlos Maiolino
2015-11-18 14:17 ` [XFSTESTS 3/6] Rename output file templates to match TEST.out* Andreas Gruenbacher
2015-11-18 14:17 ` [XFSTESTS 4/6] check: Add support for tests without *.out files Andreas Gruenbacher
2015-11-18 14:17 ` [XFSTESTS 5/6] Add richacl tests Andreas Gruenbacher
2015-11-23 23:08 ` Dave Chinner
2015-12-03 23:10 ` Andreas Gruenbacher
2015-12-07 21:36 ` Dave Chinner
2015-12-14 23:40 ` Andreas Gruenbacher
2015-12-06 17:31 ` Andreas Gruenbacher
2015-12-07 21:11 ` Dave Chinner
2015-12-07 23:45 ` Andreas Gruenbacher
2015-12-08 6:44 ` Dave Chinner
2015-12-14 23:32 ` Andreas Gruenbacher
2015-12-15 22:32 ` Dave Chinner
2015-11-18 14:17 ` [XFSTESTS 6/6] Remove the obsolete nfs4acl tests Andreas Gruenbacher
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=1447856269-7872-2-git-send-email-agruenba@redhat.com \
--to=agruenba@redhat.com \
--cc=xfs@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox