On 23.02.22 10:38, Thomas Huth wrote:
We want to get rid of check-block.sh in the long run, so let's move the checks for the bash version and sanitizers from check-block.sh into the meson.build file instead.Signed-off-by: Thomas Huth <[email protected]> --- tests/check-block.sh | 26 -------------------------- tests/qemu-iotests/meson.build | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 26 deletions(-)
FWIW Reviewed-by: Hanna Reitz <[email protected]>
