simplified and corrected test execution

This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-01 18:35:01 +02:00
parent cbb7bb28c9
commit a3ecb5b91f
8 changed files with 7 additions and 13 deletions

View File

@@ -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... "