projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d5d3a
)
test: Run TEST-74-AUX-UTILS in virtual machine
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 18 Sep 2024 13:53:33 +0000
(15:53 +0200)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Tue, 8 Oct 2024 15:39:12 +0000
(16:39 +0100)
Various tests skip themselves when running in a container so make
sure the test runs in a virtual machine so we get full coverage.
(cherry picked from commit
f4faac20730cbb339ae05ed6e20da687a2868e76
)
test/TEST-74-AUX-UTILS/meson.build
patch
|
blob
|
history
diff --git
a/test/TEST-74-AUX-UTILS/meson.build
b/test/TEST-74-AUX-UTILS/meson.build
index 43a733ee64e783a21faa0fdf4bf70408f62176de..668ad492ca67feb1e3436d4820e1a6ee2f290740 100644
(file)
--- 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,
},
]