server: tests: remove the hack on windows since now we get the good socket family
This commit is contained in:
parent
53dbba1ce8
commit
df03b2d20f
1 changed files with 0 additions and 2 deletions
|
@ -1051,8 +1051,6 @@ def start_server_background(context):
|
||||||
if 'LLAMA_SERVER_BIN_PATH' in os.environ:
|
if 'LLAMA_SERVER_BIN_PATH' in os.environ:
|
||||||
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
|
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
|
||||||
server_listen_addr = context.server_fqdn
|
server_listen_addr = context.server_fqdn
|
||||||
if os.name == 'nt':
|
|
||||||
server_listen_addr = '0.0.0.0'
|
|
||||||
server_args = [
|
server_args = [
|
||||||
'--host', server_listen_addr,
|
'--host', server_listen_addr,
|
||||||
'--port', context.server_port,
|
'--port', context.server_port,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue