fix group listing regexp

Merge of master-melb:xfs-cmds:28513a by kenmcd.

  add dmapi group
This commit is contained in:
David Disseldorp
2007-05-04 06:10:34 +00:00
parent 99120c4055
commit db395db976
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -28,6 +28,8 @@ logprint tes@sgi.com dxm@sgi.com
# XFS log related testing
log tes@sgi.com
# XFS log related testing
v2log tes@sgi.com
# xfsdump, xfsrestore, xfsinvutil
@@ -78,6 +80,9 @@ aio nathans@sgi.com
# Pattern writing and checking
pattern ajones@sgi.com
# dmapi based tests
dmapi
# test-group association ... one line per test
#
001 rw dir udf auto
+1 -1
View File
@@ -131,7 +131,7 @@ then
then
$AWK_PROG <group '
BEGIN { text = "# ???" }
/^[a-zA-z]/ { printf "%-16.16s %s\n",$1,text; text = "# ???"; next }
/^[a-z]/ { printf "%-16.16s %s\n",$1,text; text = "# ???"; next }
NF < 2 { next }
{ text = $0 }' \
| sort