Re: [PATCH v2 1/7] tests/functional: remove unused 'bin_prefix' variable

2025-02-28 Thread Richard Henderson
On 2/28/25 02:27, Daniel P. Berrangé wrote: This was copied over from avocado but has not been used in the new functional tests. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/testcase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH v2 1/7] tests/functional: remove unused 'bin_prefix' variable

2025-02-28 Thread Daniel P . Berrangé
This was copied over from avocado but has not been used in the new functional tests. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/testcase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/qemu_test/testcas