mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
Added test for CRL file support.
This commit is contained in:
@@ -52,6 +52,10 @@ launch_server() {
|
||||
fi
|
||||
}
|
||||
|
||||
launch_simple_server() {
|
||||
$SERV $* >/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
launch_debug_server() {
|
||||
valgrind --leak-check=full $SERV $* >out.txt 2>&1 &
|
||||
LOCALPID="$!";
|
||||
|
||||
Reference in New Issue
Block a user