Spawn ftp client with "-d" and "-v" for better debugging
authorKen Raeburn <raeburn@mit.edu>
Wed, 21 Jun 2006 21:51:26 +0000 (21:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 21 Jun 2006 21:51:26 +0000 (21:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18186 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-standalone/gssftp.exp

index 8d78c58c81530c24184fe469778e3961c46340e1..b9284fcc47eb6d79e579cadaab8d2c8b742e2540 100644 (file)
@@ -198,7 +198,7 @@ proc ftp_test { } {
     start_ftp_daemon
 
     # Make an ftp client connection to it.
-    spawn $FTP $hostname [expr 8 + $portbase]
+    spawn $FTP -d -v $hostname [expr 8 + $portbase]
 
     expect_after {
        "GSSAPI authentication failed" {