summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-07-23 22:28:10 -0700
committerWez Furlong <wez@wezfurlong.org>2019-07-29 08:55:06 -0700
commit13c3dc1de08e4be6c0b62f842e87f029ba1ab2ec (patch)
treef75e83adabaac8877d1975052139cb252b8ea435 /.gitignore
parentdfcba59b6a77d9a730ed8d6b6728d8812ece424b (diff)
downloadssh2-rs-13c3dc1de08e4be6c0b62f842e87f029ba1ab2ec.zip
Add script for running integration tests
This makes it possible to run the integration tests without requiring that the user change their local ssh configuration. This is desirable because some sites have strict controls over the local ssh configuration files. This commit adds a script that spawns a local copy of the ssh daemon running on an alternate port with a specific configuration that is known to successfully pass the test suite. This has only been tested on my local macos machine so far.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea94f37..5a07d6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.*.sw*
/target/
/Cargo.lock
+/tests/sshd