Re: [PATCH] scripts: remove dead file

2023-06-05 Thread Philippe Mathieu-Daudé
On 3/6/23 23:43, Paolo Bonzini wrote: scripts/test-driver.py was used when "make check" was already using meson introspection data, but it did not execute "meson test". It is dead since commit 3d2f73ef75e ("build: use "meson test" as the test harness", 2021-12-23). Signed-off-by: Paolo Bonzini

Re: [PATCH] scripts: remove dead file

2023-06-03 Thread Richard Henderson
On 6/3/23 14:43, Paolo Bonzini wrote: scripts/test-driver.py was used when "make check" was already using meson introspection data, but it did not execute "meson test". It is dead since commit 3d2f73ef75e ("build: use "meson test" as the test harness", 2021-12-23). Signed-off-by: Paolo Bonzini

[PATCH] scripts: remove dead file

2023-06-03 Thread Paolo Bonzini
scripts/test-driver.py was used when "make check" was already using meson introspection data, but it did not execute "meson test". It is dead since commit 3d2f73ef75e ("build: use "meson test" as the test harness", 2021-12-23). Signed-off-by: Paolo Bonzini --- scripts/test-driver.py | 35 --