diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:52:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:52:36 +0000 |
commit | 73fcfd4b13d862fd05321b4fbe32ec52330fc936 (patch) | |
tree | 480aaca6aeb1d119745379e839360f8d5126136e /debian/tests/logind | |
parent | Merging upstream version 256. (diff) | |
download | systemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.tar.xz systemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.zip |
Merging debian version 256-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/logind')
-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 |