mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion tests: Allow specifying network backend via environment variable
To make it easier to test select and event without having to edit the config file, e.g. in CI. make integration-test PROSODY_NETWORK_BACKEND=event
This commit is contained in:
parent
f814af50e3
commit
09d8f12548
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ end
|
|||
|
||||
admins = { "admin@localhost" }
|
||||
|
||||
network_backend = "epoll"
|
||||
network_backend = ENV_PROSODY_NETWORK_BACKEND or "epoll"
|
||||
network_settings = {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue