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

[SeatDefaults]
display-setup-script=test-script-hook DISPLAY-SETUP 1

#?RUNNER DAEMON-START

# One X server should start by default
#?XSERVER-0 START
#?XSERVER-0 INDICATE-READY

# LightDM connects to X server
#?XSERVER-0 ACCEPT-CONNECT

# Setup script fails
#?SCRIPT-HOOK DISPLAY-SETUP

#?XSERVER-0 TERMINATE SIGNAL=15

# Cleanup
#?RUNNER DAEMON-EXIT STATUS=1