On 03/06/2024 13.05, Janosch Frank wrote:
On 6/3/24 09:59, Thomas Huth wrote:
Commit ccb37496 ("scripts: allow machine option to be specified in
unittests.cfg") added an additonal parameter (the "machine"), but
we forgot to add it to the spot that runs the PV test cases, so
those are currently broken without this fix.
Fixes: ccb37496 ("scripts: allow machine option to be specified in
unittests.cfg")
Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
LGTM
Has this issue come up in the Gitlab CI or in your internal CI?
Gitlab CI does not run the PV tests yet - I just noticed it while running
the tests on the s390x machine that I've got access to.
Thomas