diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-04 00:15:44 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-04 00:15:44 +0400 |
| commit | 4001ded060386b2fb962641c5f7c01d462757e02 (patch) | |
| tree | fc148e38870782cc65b37cfefe24f832265c4874 | |
| parent | tests/common.scm (test-begin-with-log): New procedure (diff) | |
| download | guile-ssh-4001ded060386b2fb962641c5f7c01d462757e02.tar.gz | |
tests/common.scm: Don't export internal procedures
* tests/common.scm (setup-libssh-logging!, setup-error-logging!)
(setup-test-suite-logging!): Don't export.
| -rw-r--r-- | tests/common.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/common.scm b/tests/common.scm index 705c81f..83318d6 100644 --- a/tests/common.scm +++ b/tests/common.scm @@ -54,9 +54,6 @@ start-server/dt-test start-server/dist-test start-server/exec - setup-libssh-logging! - setup-error-logging! - setup-test-suite-logging! run-client-test run-client-test/separate-process run-server-test |
