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

2023-03-29 Thread Alex Bennée
Daniel P. Berrangé writes: > 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 re

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

2023-03-29 Thread Paolo Bonzini
On 3/29/23 14:45, Daniel P. Berrangé wrote: 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, whic

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

2023-03-29 Thread Philippe Mathieu-Daudé
On 29/3/23 14:45, Daniel P. Berrangé wrote: 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, whic

[PATCH for 8.0] tests/qemu-iotests: explicitly invoke 'check' via 'python'

2023-03-29 Thread 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 detected python binary that