diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:21:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:21:12 +0000 |
commit | d24d6a320ef9455949d81e81bd22a53ff7b0bdd2 (patch) | |
tree | b11e61d78da193fe49c138df859ec72cf98e007d /debian/tests/logind | |
parent | Merging upstream version 252.26. (diff) | |
download | systemd-d24d6a320ef9455949d81e81bd22a53ff7b0bdd2.tar.xz systemd-d24d6a320ef9455949d81e81bd22a53ff7b0bdd2.zip |
Merging debian version 252.26-1~deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/tests/logind | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/logind b/debian/tests/logind index eea4005..a53910c 100755 --- a/debian/tests/logind +++ b/debian/tests/logind @@ -202,6 +202,12 @@ EOF # main # +# Make sure we are running with the logind package under test instead of the one +# from the base distro +if [ -z "$AUTOPKGTEST_REBOOT_MARK" ]; then + /tmp/autopkgtest-reboot 1 +fi + test_started test_properties test_in_logind_session |