Commit 569e29d
committed
merged branch romainneutron/ProcessExitCode (PR #5386)
Commits
-------
407db65 Add @Seldaek remote modifications
3bfb976 Add unit test demonstrating bad exit code getter for a failing process
Discussion
----------
Add unit test demonstrating bad exit code getter for a failing process
Since 7b63428698 exit code are not well handled anymore.
The unit test provided with this PR demonstrates it
---------------------------------------------------------------------------
by fabpot at 2012-08-30T11:05:05Z
ping @Seldaek
---------------------------------------------------------------------------
by stof at 2012-08-30T11:13:13Z
We probably need to enable the workaround only when sigchild is used.
---------------------------------------------------------------------------
by Seldaek at 2012-08-30T12:51:22Z
Ok I figured out the problem, the hack is even hackier I guess now, but it should work for people with and without --enable-sigchild at least.File tree
2 files changed
+14
-1
lines changed- src/Symfony/Component/Process
- Tests
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
92 | 105 | | |
93 | 106 | | |
94 | 107 | | |
| |||
0 commit comments