check: expunge tests when doing a dry run
authorLuis R. Rodriguez <mcgrof@kernel.org>
Sun, 21 Jan 2018 07:24:01 +0000 (23:24 -0800)
committerEryu Guan <eguan@redhat.com>
Mon, 22 Jan 2018 10:32:17 +0000 (18:32 +0800)
commit8ebb071eb8a578abcbf7fbe90c88164fcf1073e1
tree974e333fc45e932af89d0a4673436f45b06485cc
parentcdd360da7b279f5fe19b71a0ee2173da2f5fcf44
check: expunge tests when doing a dry run

Running ./check with -n will not execute tests, however
when exclude files are used we still show them as if
they are run. Test the exclude file prior to assuming
we can run a test on a dry run.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
check