diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:16 +0000 |
commit | f44ca889361246bbd99c1fab514193ab79787483 (patch) | |
tree | 74b4e0bdb0bf2daa242f594aa61d3c3db29a980c /debian/tests/logind | |
parent | Merging upstream version 252.26. (diff) | |
download | systemd-f44ca889361246bbd99c1fab514193ab79787483.tar.xz systemd-f44ca889361246bbd99c1fab514193ab79787483.zip |
Adding debian version 252.26-1~deb12u1.debian/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 |