]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Run TEST-74-AUX-UTILS in virtual machine 34474/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 18 Sep 2024 13:53:33 +0000 (15:53 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 05:56:34 +0000 (14:56 +0900)
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

index 43a733ee64e783a21faa0fdf4bf70408f62176de..668ad492ca67feb1e3436d4820e1a6ee2f290740 100644 (file)
@@ -4,5 +4,6 @@ integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
                 'storage': 'persistent',
+                'vm' : true,
         },
 ]