]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
check: allow comments in exclude files
authorOmar Sandoval <osandov@fb.com>
Sun, 31 Jul 2016 21:53:44 +0000 (14:53 -0700)
committerEryu Guan <eguan@redhat.com>
Wed, 3 Aug 2016 02:52:17 +0000 (10:52 +0800)
commit6ba4f8a858a52f8f6fed3acbcc0e940fdad60358
tree28bd27cc1e5ce6ae27036e326c5520536fbfb512
parent2d7ed0ce0366175b57b135c8aa4b850d989a2d39
check: allow comments in exclude files

Sometimes it's useful to keep track of why we're excluding a particular
test. Technically, we can include whatever explanation we want in the
exclude file since we just grep for the test names, but properly
supporting comments is a little more robust. This patch makes it so that
the rest of a line after a '#' is ignored.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
check