commit | f30924739975b4f60c0862b539790fdcdb7da20c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 10 22:04:40 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 10 16:22:37 2020 -0400 |
tree | 5f60bfca3d008d0f5f746849c1af98483482a0b1 | |
parent | 3113c84ba25ec3ceae072cc5ad450c4238425939 [diff] |
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>