]> git.ipfire.org Git - thirdparty/u-boot.git/commit
CI: show skipped Python tests
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 10 Jul 2020 20:04:40 +0000 (22:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 20:22:37 +0000 (16:22 -0400)
commitf30924739975b4f60c0862b539790fdcdb7da20c
tree5f60bfca3d008d0f5f746849c1af98483482a0b1
parent3113c84ba25ec3ceae072cc5ad450c4238425939
CI: show skipped Python tests

Call pytest3 with argument -ra to display the reason why Python tests are
skipped.

The -r flag displays a test summary info for each test. -ra eliminates
this info for passed tests.

Pros an cons were discussed in:
https://lists.denx.de/pipermail/u-boot/2020-June/417090.html

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml