From 873d95a34cfc7897edd32cfdf27e0f3a408bd5c6 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 8 Jun 2007 17:21:40 +0000 Subject: Incorporated Daniel Black's test706 and test707 SOCKS test cases. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index f93f8e3aa..3e399063f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -989,7 +989,7 @@ sub runsocksserver { my $pidfile = $SOCKSPIDFILE; my $flag=$debugprotocol?"-v ":""; - my $cmd="ssh -D ${HOSTIP}:$SOCKSPORT -N -F curl_ssh_config ${USER}\@${HOSTIP} -p ${SSHPORT} >log/ssh.log 2>&1"; + my $cmd="ssh -D ${HOSTIP}:$SOCKSPORT -N -F curl_ssh_config ${USER}\@${HOSTIP} -p ${SSHPORT} -vv >log/ssh.log 2>&1"; my ($sshpid, $pid2) = startnew($cmd, $pidfile,1); # start the server in a new process -- cgit v1.2.3