~xnox/lightdm/archive-upload

« back to all changes in this revision

Viewing changes to tests/scripts/util-path.conf

  • Committer: Robert Ancell
  • Date: 2013-11-27 03:48:36 UTC
  • mfrom: (1845 trunk)
  • mto: This revision was merged to the branch mainline in revision 1846.
  • Revision ID: robert.ancell@canonical.com-20131127034836-c9jba09zw4z3paur
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Check utility path is set in session
3
 
#
4
 
 
5
 
[SeatDefaults]
6
 
autologin-user=have-password1
7
 
user-session=default
8
 
 
9
 
#?RUNNER DAEMON-START
10
 
 
11
 
# X server starts
12
 
#?XSERVER-0 START VT=7
13
 
 
14
 
# Daemon connects when X server is ready
15
 
#?*XSERVER-0 INDICATE-READY
16
 
#?XSERVER-0 INDICATE-READY
17
 
#?XSERVER-0 ACCEPT-CONNECT
18
 
 
19
 
# Session starts
20
 
#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 DESKTOP_SESSION=default USER=have-password1
21
 
#?XSERVER-0 ACCEPT-CONNECT
22
 
#?SESSION-X-0 CONNECT-XSERVER
23
 
 
24
 
# Check utility path is there
25
 
#?*SESSION-X-0 READ-ENV NAME=PATH
26
 
# FIXME: This is a really crap regex and the path could be overridden in the configure stage
27
 
#?SESSION-X-0 READ-ENV NAME=PATH VALUE=.*/lightdm:.*
28
 
 
29
 
# Cleanup
30
 
#?*STOP-DAEMON
31
 
#?SESSION-X-0 TERMINATE SIGNAL=15
32
 
#?XSERVER-0 TERMINATE SIGNAL=15
33
 
#?RUNNER DAEMON-EXIT STATUS=0