~brian-murray/lightdm/bug-967229

« back to all changes in this revision

Viewing changes to tests/scripts/script-hook-fail-display-setup.conf

  • Committer: robert.ancell at canonical
  • Date: 2011-02-12 00:48:57 UTC
  • Revision ID: robert.ancell@canonical.com-20110212004857-45gpv6k0m0uf0liv
Update changelog link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Check LightDM stops the display if the display setup script returns an error
3
 
#
4
 
 
5
 
[LightDM]
6
 
minimum-display-number=50
7
 
 
8
 
[SeatDefaults]
9
 
display-setup-script=test-script-hook DISPLAY-SETUP 1
10
 
 
11
 
#?RUNNER DAEMON-START
12
 
 
13
 
# One X server should start by default
14
 
#?XSERVER :50 START
15
 
#?XSERVER :50 INDICATE-READY
16
 
 
17
 
# LightDM connects to X server
18
 
#?XSERVER :50 ACCEPT-CONNECT
19
 
 
20
 
# Setup script fails
21
 
#?SCRIPT-HOOK DISPLAY-SETUP
22
 
 
23
 
#?XSERVER :50 TERMINATE SIGNAL=15
24
 
 
25
 
# Cleanup
26
 
# Don't know what order they will terminate
27
 
#?RUNNER DAEMON-EXIT STATUS=1