~fginther/jenkins-launchpad-plugin/trusty-host

« back to all changes in this revision

Viewing changes to medium-tests-generic/target-override/var/local/unity8.conf.debug

  • Committer: Francis Ginther
  • Date: 2014-02-04 20:01:41 UTC
  • Revision ID: francis.ginther@canonical.com-20140204200141-h8p5eg6qjv3f4xsz
Add --no-pager to attempt output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    echo "---"
33
33
    env
34
34
    echo "---"
35
 
    loginctl list-sessions
36
 
    echo "---"
37
 
    loginctl show-session
38
 
    echo "---"
39
 
    loginctl show-session $XDG_SESSION_ID
 
35
    loginctl --no-pager list-sessions
 
36
    echo "---"
 
37
    loginctl --no-pager show-session
 
38
    echo "---"
 
39
    loginctl --no-pager show-session $XDG_SESSION_ID
40
40
    echo "---"
41
41
    exec ${BINARY:-unity8} $ARGS
42
42
end script