Re: poudriere and make do-test

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Wed, 03 Jul 2024 19:38:40 UTC
On Wed, Jul 3, 2024 at 10:27 PM Ronald Klop <ronald-lists@klop.ws> wrote:
>
> How do I get poudriere to execute this 'make do-test'? poudriere bulk -t as well as poudriere testport do not seem to execute do-test.

You can put

WITH_TESTING_PORTS= databases/mongodb60

into poudriere's make.conf

> I'm searching for documentation about this but the info I find is quite sparse.

It is partly because poudriere isn't really prepared for running tests
as part of the pipeline:
https://github.com/freebsd/poudriere/issues/1131