mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-13 06:48:13 +08:00
tests: use the .tmp suffix to pid files
This commit is contained in:
@@ -31,7 +31,7 @@ CONFIG="tcp"
|
||||
IMAGE=ocserv-test1
|
||||
IMAGE_NAME=test_ocserv
|
||||
TMP=$IMAGE_NAME.tmp
|
||||
PIDFILE="$IMAGE_NAME.$$.pid"
|
||||
PIDFILE="$IMAGE_NAME.$$.pid.tmp"
|
||||
. ./docker-common.sh
|
||||
|
||||
$DOCKER run -e OCCTL_PAGER=cat -P --privileged=true -p 22 --tty=false -d --name $IMAGE_NAME $IMAGE
|
||||
|
||||
Reference in New Issue
Block a user