server: tests: remove wrong comment on server starting, close_fds is always true
This commit is contained in:
parent
accbdac394
commit
c12ea239a9
1 changed files with 0 additions and 1 deletions
|
@ -1063,7 +1063,6 @@ def start_server_background(context):
|
||||||
flags |= subprocess.CREATE_NO_WINDOW
|
flags |= subprocess.CREATE_NO_WINDOW
|
||||||
|
|
||||||
pkwargs = {
|
pkwargs = {
|
||||||
'close_fds': True, # close stdin/stdout/stderr on child
|
|
||||||
'creationflags': flags,
|
'creationflags': flags,
|
||||||
}
|
}
|
||||||
context.server_process = subprocess.Popen(
|
context.server_process = subprocess.Popen(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue