mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
simplified and corrected test execution
This commit is contained in:
@@ -27,7 +27,7 @@ PORT=4500
|
||||
echo "Testing whether cookies are being re-used... "
|
||||
rm -f ${srcdir}/pid1 ${srcdir}/pid2
|
||||
|
||||
launch_server -d -f -c ${srcdir}/test-multi-cookie.config & PID=$!
|
||||
launch_server -d 1 -f -c ${srcdir}/test-multi-cookie.config & PID=$!
|
||||
wait_server $PID
|
||||
|
||||
echo "Connecting to obtain cookie... "
|
||||
|
||||
Reference in New Issue
Block a user