projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127f836
)
TEST-55-OOMD: Remove the opensuse user@ dropin
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 15 Jul 2024 07:21:51 +0000
(09:21 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 16 Jul 2024 13:15:01 +0000
(15:15 +0200)
Required to make TEST-55-OOMD pass on OpenSUSE.
(cherry picked from commit
f65ec2e90483689546d4d700c5ad8475f19a3ab7
)
test/TEST-55-OOMD/meson.build
patch
|
blob
|
history
diff --git
a/test/TEST-55-OOMD/meson.build
b/test/TEST-55-OOMD/meson.build
index adc050978696804c6277e5adb5d5156408bfcfb3..2566316c93cc115f111b93c5410edf2c5c2c1647 100644
(file)
--- a/
test/TEST-55-OOMD/meson.build
+++ b/
test/TEST-55-OOMD/meson.build
@@
-5,6
+5,9
@@
integration_tests += [
'name' : fs.name(meson.current_source_dir()),
'credentials' : integration_test_template['credentials'] + [
files('systemd.unit-dropin.init.scope'),
+ # OpenSUSE disables all controller delegation for the user manager template. Mask the
+ # dropin to make TEST-55-OOMD pass on OpenSUSE.
+ 'systemd.unit-dropin.user@.service~20-defaults-SUSE=',
],
'vm' : true,
},