summaryrefslogtreecommitdiff
path: root/regress/sshd-log-wrapper.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix missed RCSID mergesDamien Miller2017-10-201-1/+1
|
* valgrind supportDamien Miller2015-02-261-5/+3
|
* - dtucker@cvs.openbsd.org 2013/04/07 02:16:03Darren Tucker2013-05-171-2/+2
| | | | | | | | | [regress/Makefile regress/rekey.sh regress/integrity.sh regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh] use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log.
* - dtucker@cvs.openbsd.org 2005/02/27 11:33:30Darren Tucker2005-03-071-0/+13
[multiplex.sh test-exec.sh sshd-log-wrapper.sh] Add optional capability to log output from regress commands; ok markus@ Use with: make TEST_SSH_LOGFILE=/tmp/regress.log