]> git.baikalelectronics.ru Git - uboot.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)
commit7525cebb2cbab7fc34ec7573c0baae7d0799f4f3
tree5f60bfca3d008d0f5f746849c1af98483482a0b1
parent6efac4c95a0cf4ecfd946c6abd34a67bdcb6ce50
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