server: tests: remove wrong comment on server starting, close_fds is always true

This commit is contained in:
Pierrick HYMBERT 2024-03-10 09:05:02 +01:00
parent accbdac394
commit c12ea239a9

View file

@ -1063,7 +1063,6 @@ def start_server_background(context):
flags |= subprocess.CREATE_NO_WINDOW
pkwargs = {
'close_fds': True, # close stdin/stdout/stderr on child
'creationflags': flags,
}
context.server_process = subprocess.Popen(