[PATCH 0/1] Skip cleanup test if not built out of tree

Dragan Simic dsimic at manjaro.org
Mon Jan 8 22:44:04 CET 2024


On 2024-01-08 22:10, Tobias Deiminger wrote:
> This patch avoids false positives in cases where tests are invoked with
> test.py --build-dir=./ .
> 
> See tbot issue 107 [1] for motivation and prior discussion.
> 
> Previously it resulted in:
> E   AssertionError: leftovers: net/mdio-uclass.c, net/bootp.c, [...]
> 
> Now it results in:
> SKIPPED [2] test/py/tests/test_cleanup_build.py:23: Leftover detection
> requires out of tree build.
> 
> [1] https://github.com/Rahix/tbot/issues/107#issuecomment-1880192186

If I may suggest, there's no need for a cover letter for a single patch. 
  If you want to include some notes in the patch submission, which aren't 
supposed to be part of the commit summary, you can do that in the patch 
itself.

> Tobias Deiminger (1):
>   test: Skip cleanup test if not built out of tree
> 
>  test/py/tests/test_cleanup_build.py | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> 
> base-commit: 93d91e9485d902a1836a22e72d1a545b587adf36


More information about the U-Boot mailing list