From b32a6fcdf25bff455755377f3591d7acefd4d6d2 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 20 Oct 2019 10:33:04 +0100 Subject: dump server log --- tests/run_integration_tests.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3