Use non-default port to ensure autotests work even though a hub is running on the default port.
This commit is contained in:
parent
5e253e8442
commit
1bb3bd90c1
|
@ -23,6 +23,7 @@ EXO_TEST(hub_net_startup, {
|
|||
|
||||
EXO_TEST(hub_config_initialize, {
|
||||
config_defaults(&g_config);
|
||||
g_config.server_port = 15111;
|
||||
return 1;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue