diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-08 23:11:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-08 23:11:22 +0300 |
| commit | eb2c0121d3b30be2bf6dc6bf03e78e4643a6ff40 (patch) | |
| tree | 18d957f801fe786a889d131e97b21594eda9a2cc | |
| parent | tests/sssh-ssshd.scm: Use separate error log file (diff) | |
| download | guile-ssh-eb2c0121d3b30be2bf6dc6bf03e78e4643a6ff40.tar.gz | |
tests/Makefile.am (CLEANFILES): Add new logs
| -rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a9981f9..a087ee8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -110,4 +110,9 @@ CLEANFILES = \ session-libssh.log \ tunnel-errors.log \ tunnel-libssh.log \ + shell-errors.log \ + shell-libssh.log \ + sssh-ssshd.log \ + sssh-ssshd-libssh.log \ + sssh-ssshd-errors.log \ $(GOBJECTS) |
