]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: make exclude groups aware of multiple subdirectories
authorDave Chinner <dchinner@redhat.com>
Fri, 15 Mar 2013 12:28:00 +0000 (12:28 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 27 Mar 2013 01:52:08 +0000 (20:52 -0500)
commit1f39e5972e9a5bdea4e53535492b864330d25af5
tree6b927279030200553ad739aa0f412a975917d15c
parentcbcc88fbd0de979473217689d0204a350972d8b4
xfstests: make exclude groups aware of multiple subdirectories

Now that there are no tests in the top level directory, the exlude
group functionality no longer works (-x group) as it cannot find
tests to build an initial list of tests. Rework the the exclude
group implementation to operate correctly on the new test locations.

Also, switch from sed to grep for exclusion because sed has problems
distnguishing the '/' in path names from regex control...

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Phil White <pwhite@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
check