| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
* tests/common.scm (get-unused-port, port-in-use?): New procedures.
* tests/client-server.scm ("call-with-ssh-forward"): Use 'get-unused-port' to
ensure that a port is not used.
|
| | |
|
| |
|
|
|
| |
* tests/client-server.scm (start-server/dt-test): Move to 'common.scm'.
* tests/common.scm: Update.
|
| |
|
|
|
| |
* tests/common.scm (run-client-test/separate-process): New procedure.
* tests/client-server.scm: Use it.
|
| |
|
|
|
| |
* tests/common.scm (setup-test-suite-logging!): New procedure.
* tests/client-server.scm, tests/server-client.scm: Use it.
|
| |
|
|
|
| |
* tests/server-client.scm (run-server-test): Move to 'common.scm'.
* tests/common.scm: Update.
|
| | |
|
| |
|
|
|
| |
* tests/server-client.scm (%rsakey, %dsakey): Move to 'common.scm'.
* tests/common.scm: Update.
|
| | |
|
| |
|
|
|
| |
* tests/client-server.scm (run-client-test): Move to 'common.scm'.
* tests/common.scm: Update.
|
| |
|
|
|
| |
* tests/common.scm: Turn into a module.
* tests/client-server.scm, tests/server-client.scm, tests/dist.scm: Update.
|
| | |
|
| |
|
|
|
| |
* tests/common.scm (setup-error-logging!): New procedure.
* tests/client-server.scm: Use it.
|
| |
|
|
|
|
|
| |
* tests/common.scm (make-libssh-log-printer): New procedure.
(setup-libssh-logging!): New procedure.
* tests/client-server.scm: Use it.
(libssh-log-printer): Remove.
|
| |
|
|
|
|
| |
* tests/client-server.scm (make-session-for-test, make-server-for-test): Move
some procedures to 'common.scm'.
* tests/common.scm: Update.
|
|
|
* tests/common.scm: Add to the repository.
* tests/client-server.scm: Load 'common.scm'.
(make-session-loop, test-assert-with-log): Move to 'common.scm'.
* tests/Makefile.am (EXTRA_DIST): Add 'common.scm'.
|