]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: install systemd-resolved on openSUSE
authorFranck Bui <fbui@suse.com>
Tue, 8 Nov 2022 15:01:59 +0000 (16:01 +0100)
committerFranck Bui <fbui@suse.com>
Tue, 15 Nov 2022 09:46:27 +0000 (10:46 +0100)
It's needed since systemd-resolved has its own test suite (commit
fb6f25d7b979134adf57).

test/test-functions

index ff0cc963ce16ef7eb87599fd6fc2fbf4c6b495c2..82516dd6e61c60585069e6fb61129c4303aac4ae 100644 (file)
@@ -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"
 }