mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Instead of using sed to reformat the output use this new module. (From OE-Core rev: 5ad1c8beebc09754b5c7fc637102553398a50fbd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
388 B
Bash
11 lines
388 B
Bash
#!/bin/sh
|
|
|
|
# Upstream "fast" tests take about 5 minutes and currently do not run cleanly
|
|
# (tests/cover and tests/pytest)
|
|
# https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python/tests
|
|
# https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/scripts/basic-test.sh#L18
|
|
#
|
|
# Instead we run two test suites imported from examples/
|
|
|
|
pytest --automake
|