]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: provide more information about test skip reason
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Sep 2017 17:11:48 +0000 (11:11 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:52 +0000 (14:07 -0400)
commitd5170448ae79581af973f447ba6077118999c963
treefc428fc80c7889f30b988014e9b762081d1a7710
parentaf3fae0b1ba9e2f78e073639696816d756aa6079
test/py: provide more information about test skip reason

When skipping tests, explicitly mention the board type or config option
that caused the skip. This will help people understand/fix any issues.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/conftest.py