mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
tests: always use @ISOLATE_WORKERS@
Now all tests configs are being auto-generated, so this variable will be replaced. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Options: certificate, pam.
|
||||
auth = "oidc[config=@SRCDIR@/data/oidc.json]"
|
||||
|
||||
isolate-workers = false
|
||||
isolate-workers = @ISOLATE_WORKERS@
|
||||
|
||||
# A banner to be displayed on clients
|
||||
#banner = "Welcome"
|
||||
|
||||
Reference in New Issue
Block a user