Code review comment for lp:~dandrader/unity8/surfaceListModel

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

- // Emit signal to notify Upstart that Mir is ready to receive client connections
- // see http://upstart.ubuntu.com/cookbook/#expect-stop
- if (qgetenv("UNITY_MIR_EMITS_SIGSTOP") == "1") {
- raise(SIGSTOP);
- }

That's no good - autopilot tests hang because of this.

review: Needs Fixing

« Back to merge proposal