]> www.infradead.org Git - users/hch/blktests.git/commit
Support skipping tests from test{,_device}()
authorOmar Sandoval <osandov@fb.com>
Thu, 5 Mar 2020 01:21:51 +0000 (17:21 -0800)
committerOmar Sandoval <osandov@fb.com>
Sat, 7 Mar 2020 21:56:25 +0000 (13:56 -0800)
commitcd11d001fe8619f491fcbf89517a14169411ac3e
tree9058686d13ad988be088d391bfc3b09c7a2bdb59
parent203b5723a28e8746ce710a66eb2c32c7f30efeba
Support skipping tests from test{,_device}()

Most of the time, test requirements can be checked without much setup.
However, in some cases, it's not possible to know if the test can be run
until we're halfway through the test. Allow setting SKIP_REASON from the
test function. This should only be used as a last resort.
check
new
tests/meta/014 [new file with mode: 0755]
tests/meta/014.out [new file with mode: 0644]
tests/meta/015 [new file with mode: 0755]
tests/meta/015.out [new file with mode: 0644]