aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-06-08 17:21:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-06-08 17:21:40 +0000
commit873d95a34cfc7897edd32cfdf27e0f3a408bd5c6 (patch)
treea64b44c19e13f4157602e178f91de56a01e04d6e /tests/runtests.pl
parent1500e958393ca269293377c7d624273ddfc9e2ff (diff)
Incorporated Daniel Black's test706 and test707 SOCKS test cases.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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