Hello List, According to `make reg-tests-help` the REGTESTS_TYPES parameter must be configured as an environment variable and not a make argument.
However since patch 3bad3d5 ("BUILD: Makefile: exclude broken tests by default"), it does not work anymore with an environment variable. Looking at the several CI files we have, it is used as a make argument everywhere. I'm going to update the `make reg-tests-help` command with the correct syntax if there isn't any complain. We could fix the issue by using "?=" when setting the default value, but it would make it the only variable that use "?=" in the Makefile and I'm not sure we want to proceed this way. Regards, -- William Lallemand