summaryrefslogtreecommitdiffhomepage
path: root/test.py
diff options
context:
space:
mode:
authorSebastian Deiss <sdeiss@haw-landshut.de>2014-04-23 14:42:23 +0200
committerSebastian Deiss <sdeiss@haw-landshut.de>2014-04-23 14:42:23 +0200
commitce87fc8d7a8a025671183fc78091e5d1f6760f5f (patch)
treebce8764d8c708567e378d773e9352ee13a62daf6 /test.py
parent550f0b99eadf8a366253046acdd944709214123f (diff)
parent417102dbea0fbe2f7df6c690ee610b2cc2c18b19 (diff)
Merge branch 'paramiko:master' into gssapi-py3-support
Conflicts: sites/www/changelog.rst test.py
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.py b/test.py
index d0da40dc..3bdfed0f 100755
--- a/test.py
+++ b/test.py
@@ -126,12 +126,12 @@ def main():
parser.add_option('--server_mode', action='store_true', dest='server_mode', default=False,
help='Usage with --gssapi-test. Test the available GSS-API / SSPI server mode to.\
Note: you need to have access to the kerberos keytab file.')
-
+
options, args = parser.parse_args()
-
+
# setup logging
paramiko.util.log_to_file('test.log')
-
+
if options.use_sftp:
from tests.test_sftp import SFTPTest
if options.use_loopback_sftp: