[Merge] lp:~jamesodhunt/upstart/bug-1199778 into lp:upstart

James Hunt james.hunt at canonical.com
Thu Jul 11 09:12:28 UTC 2013


To test this change:

- boot system
- sudo chroot /some/where
- inside chroot, run "initctl list"
- exit chroot
- run get_state.sh (*) like this:
  sudo get_state.sh | json_pp | grep -A 5 "\"sessions\"" 
- check to ensure a session is displayed
- sudo telinit u
- run get_state.sh (*) like this:
  sudo get_state.sh | json_pp | grep -A 5 "\"sessions\"" 
- check to ensure a session is no longer displayed (since although sessions are serialised, we do not currently support their deserialisation).


(*) - http://people.canonical.com/~jhunt/upstart/scripts/get_state.sh
-- 
https://code.launchpad.net/~jamesodhunt/upstart/bug-1199778/+merge/174138
Your team Upstart Reviewers is subscribed to branch lp:upstart.



More information about the upstart-devel mailing list