Commit 7437266
committed
pytest-server-fixtures: Support large pids in xvfb
Since a large number of 64 bit distributions are now using larger PIDs
than 65535 by default, and the xvfb fixtures makes the assumption that
PIDs are going to be less than that, check what the maximum is, falling
back to 65535 if we can't.1 parent 286e040 commit 7437266
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments