Re: [PATCH 07/11] tests/qemu-iotests: explicitly invoke 'check' via 'python'

2023-03-30 Thread Thomas Huth
On 30/03/2023 12.11, Alex Bennée wrote: From: Daniel P. Berrangé The 'check' script will use "#!/usr/bin/env python3" by default to locate python, but this doesn't work in distros which lack a bare 'python3' binary like NetBSD. We need to explicitly invoke 'check' by referring to the 'python'

[PATCH 07/11] tests/qemu-iotests: explicitly invoke 'check' via 'python'

2023-03-30 Thread Alex Bennée
From: Daniel P. Berrangé The 'check' script will use "#!/usr/bin/env python3" by default to locate python, but this doesn't work in distros which lack a bare 'python3' binary like NetBSD. We need to explicitly invoke 'check' by referring to the 'python' variable in meson, which resolves to the d