From: Daan De Meyer Date: Wed, 18 Sep 2024 13:53:33 +0000 (+0200) Subject: test: Run TEST-74-AUX-UTILS in virtual machine X-Git-Tag: v257-rc1~400^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F34474%2Fhead;p=thirdparty%2Fsystemd.git 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. --- 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, }, ]