| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: accept tests/ prefix for test name on commandline |
| From: | David Sterba <dsterba@xxxxxxx> |
| Date: | Thu, 29 Aug 2013 13:09:01 +0200 |
| Cc: | David Sterba <dsterba@xxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
Just for convenience to let tab completion or shell globs work (files
that are not in the group file are ignored).
Signed-off-by: David Sterba <dsterba@xxxxxxx>
---
check | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/check b/check
index 4085eae..51b1d8e 100755
--- a/check
+++ b/check
@@ -235,12 +235,13 @@ if $have_test_arg; then
exit $status
;;
*) test_dir=`dirname $1`
+ test_dir=${test_dir#$SRC_DIR/*}
test_name=`basename $1`
group_file=$SRC_DIR/$test_dir/group
if egrep "^$test_name" $group_file >/dev/null ; then
# in group file ... OK
- echo $SRC_DIR/$1 >>$tmp.list
+ echo $SRC_DIR/$test_dir/$test_name >>$tmp.list
else
# oops
echo "$1 - unknown test, ignored"
--
1.8.3.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] xfs: inode log reservations are too small, Chris Dunlop |
|---|---|
| Next by Date: | должники, сбор задолженности в судебном порядке |
| Previous by Thread: | higher agcount on LVM2 thinp volumes, Chris Murphy |
| Next by Thread: | должники, сбор задолженности в судебном порядке |
| Indexes: | [Date] [Thread] [Top] [All Lists] |