mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
tests: install systemd-resolved on openSUSE
It's needed since systemd-resolved has its own test suite (commit
fb6f25d7b9
).
This commit is contained in:
parent
afd8e1d945
commit
3adac701fb
@ -1159,6 +1159,9 @@ install_suse_systemd() {
|
||||
systemd-coredump
|
||||
systemd-experimental
|
||||
systemd-journal-remote
|
||||
# Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by
|
||||
# systemd-network sub-package on openSUSE, has its own testsuite.
|
||||
systemd-network
|
||||
systemd-portable
|
||||
udev
|
||||
)
|
||||
@ -1182,7 +1185,7 @@ install_suse_systemd() {
|
||||
cp "$testsdir"/test-* "$initdir/$testsdir/"
|
||||
cp -a "$testsdir/testdata" "$initdir/$testsdir/"
|
||||
|
||||
# On openSUSE, these dirs are not created at package install for now on.
|
||||
# On openSUSE, these dirs are not created at package install for now.
|
||||
mkdir -p "$initdir/var/log/journal/remote"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user