summaryrefslogtreecommitdiff
path: root/tests/scripts/script-hook-display-setup-fail.conf
blob: d6ddc2bb4bc1290c35a98ed9bb47f0fac0440899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Check LightDM stops if the display setup script returns an error
#

[Seat:*]
display-setup-script=test-script-hook DISPLAY-SETUP 1

#?*START-DAEMON
#?RUNNER DAEMON-START

# One X server should start by default
#?XSERVER-0 START VT=7 SEAT=seat0

# Daemon connects when X server is ready
#?*XSERVER-0 INDICATE-READY
#?XSERVER-0 INDICATE-READY
#?XSERVER-0 ACCEPT-CONNECT

# Setup script fails
#?SCRIPT-HOOK DISPLAY-SETUP XDG_SEAT=seat0

#?XSERVER-0 TERMINATE SIGNAL=15

# Cleanup
#?RUNNER DAEMON-EXIT STATUS=1