Re: [PATCH 10/22] tests/functional: switch over to using self.build_file(...)

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 10:26:59AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > This removes direct access of the 'BUILD_DIR' variable. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > tests/functional/qemu_test/testcase.py | 4 ++-- > > tests/functional/

Re: [PATCH 10/22] tests/functional: switch over to using self.build_file(...)

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: This removes direct access of the 'BUILD_DIR' variable. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/testcase.py | 4 ++-- tests/functional/test_aarch64_virt.py | 6 +++--- tests/functional/test_virtio_gpu.py| 9 ---

[PATCH 10/22] tests/functional: switch over to using self.build_file(...)

2024-11-29 Thread Daniel P . Berrangé
This removes direct access of the 'BUILD_DIR' variable. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/testcase.py | 4 ++-- tests/functional/test_aarch64_virt.py | 6 +++--- tests/functional/test_virtio_gpu.py| 9 - 3 files changed, 9 insertions(+), 10 deletions(-