diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-09-18 15:53:33 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-19 07:56:34 +0200 |
commit | f4faac20730cbb339ae05ed6e20da687a2868e76 (patch) | |
tree | c2bb1c4557acd5427ade5d8f88831a420bc75853 /test/TEST-74-AUX-UTILS/meson.build | |
parent | test: create .netdev file at last (diff) | |
download | systemd-f4faac20730cbb339ae05ed6e20da687a2868e76.tar.xz systemd-f4faac20730cbb339ae05ed6e20da687a2868e76.zip |
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.
Diffstat (limited to 'test/TEST-74-AUX-UTILS/meson.build')
-rw-r--r-- | test/TEST-74-AUX-UTILS/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-74-AUX-UTILS/meson.build b/test/TEST-74-AUX-UTILS/meson.build index 43a733ee64..668ad492ca 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, }, ] |