summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_integration_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index 5d6fb34..622a625 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -11,6 +11,8 @@ export RUST_SSH2_FIXTURE_PORT=8022
cleanup() {
# Stop the ssh server and local ssh agent
kill $(< $SSHDIR/sshd.pid) $SSH_AGENT_PID || true
+
+ test -f $SSHDIR/sshd.log && cat $SSHDIR/sshd.log
}
trap cleanup EXIT