Merge lp:~robert-ancell/lightdm/test-runner-remove-source into lp:lightdm

Proposed by Robert Ancell
Status: Merged
Approved by: Robert Ancell
Approved revision: 1911
Merged at revision: 1911
Proposed branch: lp:~robert-ancell/lightdm/test-runner-remove-source
Merge into: lp:lightdm
Diff against target: 15 lines (+3/-0)
1 file modified
tests/src/test-runner.c (+3/-0)
To merge this branch: bzr merge lp:~robert-ancell/lightdm/test-runner-remove-source
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Ancell Approve
Review via email: mp+209344@code.launchpad.net

Commit message

Remove kill timeout source

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/src/test-runner.c'
--- tests/src/test-runner.c 2014-02-26 23:35:33 +0000
+++ tests/src/test-runner.c 2014-03-04 22:33:43 +0000
@@ -134,9 +134,12 @@
134{134{
135 Process *process = data;135 Process *process = data;
136136
137 process->kill_timeout = 0;
138
137 if (getenv ("DEBUG"))139 if (getenv ("DEBUG"))
138 g_print ("Sending SIGKILL to process %d\n", process->pid);140 g_print ("Sending SIGKILL to process %d\n", process->pid);
139 kill (process->pid, SIGKILL);141 kill (process->pid, SIGKILL);
142
140 return FALSE;143 return FALSE;
141}144}
142145

Subscribers

People subscribed via source and target branches