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:
Kim Alvefur 2021-07-11 10:09:07 +02:00
parent f814af50e3
commit 09d8f12548

View file

@ -13,7 +13,7 @@ end
admins = { "admin@localhost" }
network_backend = "epoll"
network_backend = ENV_PROSODY_NETWORK_BACKEND or "epoll"
network_settings = {
}