From f4faac20730cbb339ae05ed6e20da687a2868e76 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 18 Sep 2024 15:53:33 +0200 Subject: [PATCH] test: Run TEST-74-AUX-UTILS in virtual machine Various tests skip themselves when running in a container so make sure the test runs in a virtual machine so we get full coverage. --- test/TEST-74-AUX-UTILS/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TEST-74-AUX-UTILS/meson.build b/test/TEST-74-AUX-UTILS/meson.build index 43a733ee64e..668ad492ca6 100644 --- a/test/TEST-74-AUX-UTILS/meson.build +++ b/test/TEST-74-AUX-UTILS/meson.build @@ -4,5 +4,6 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), 'storage': 'persistent', + 'vm' : true, }, ] -- 2.47.3