1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-21 13:34:21 +03:00

TEST-58-REPART: Always run TEST-58-REPART in virtual machine

Required for various tests in TEST-58-REPART.

(cherry picked from commit d55d756c42)
This commit is contained in:
Daan De Meyer 2024-08-31 23:05:11 +02:00 committed by Luca Boccassi
parent 3258c268ad
commit 6b7cd2dd59

View File

@ -3,5 +3,6 @@
integration_tests += [ integration_tests += [
integration_test_template + { integration_test_template + {
'name' : fs.name(meson.current_source_dir()), 'name' : fs.name(meson.current_source_dir()),
'vm' : true,
}, },
] ]