summaryrefslogtreecommitdiffhomepage
path: root/test.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-14 11:06:44 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-14 11:06:44 -0400
commit91ab5f0c751ed01d16986ca5a66374159f402d6a (patch)
treeb6ee82f463d80a1ecf2d5734d97793f31ba597bf /test.py
parentb0876fa01394186d08938430f9459012fdde3bf1 (diff)
parent9e2e9812247adbedf0eab84ad5cdd80c458d68f9 (diff)
Merge branch 'master' into ecdsa-deterministic
Conflicts: paramiko/ecdsakey.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 bd966d1e..2b3d4ed4 100755
--- a/test.py
+++ b/test.py
@@ -101,12 +101,12 @@ def main():
parser.add_option('-P', '--sftp-passwd', dest='password', type='string', default=default_passwd,
metavar='<password>',
help='[with -R] (optional) password to unlock the private key for remote sftp tests')
-
+
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: