always do verbose tests with gnutls-debug-cli

This commit is contained in:
Vincent Hanquez 2012-09-25 08:04:37 +01:00
parent 93f5f2e60c
commit 32c7a350e4

View file

@ -15,6 +15,6 @@ STUNNELPID=$!
sleep 1
echo "starting gnutls cli debug"
gnutls-cli-debug localhost -p ${PORT}
gnutls-cli-debug localhost -p ${PORT} -VV
kill ${STUNNELPID}