diff options
| author | Michael Albinus | 2017-12-09 14:30:04 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-12-09 14:30:04 +0100 |
| commit | 2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c (patch) | |
| tree | dbaf6a93b6df825cd8bb3f065eda314c90e43c14 | |
| parent | 34bedf5d0b00713a2ba9baca5e025033477a0394 (diff) | |
| download | emacs-2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c.tar.gz emacs-2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c.zip | |
* test/Makefile.in (url-tramp-test.log): Do not handle special.
| -rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index ffbb065ec69..dafa0f0aa19 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -151,7 +151,6 @@ ifdef EMACS_HYDRA_CI | |||
| 151 | ## On Hydra, always show logs for certain problematic tests. | 151 | ## On Hydra, always show logs for certain problematic tests. |
| 152 | lisp/emacs-lisp/eieio-tests/eieio-tests.log \ | 152 | lisp/emacs-lisp/eieio-tests/eieio-tests.log \ |
| 153 | lisp/net/tramp-tests.log \ | 153 | lisp/net/tramp-tests.log \ |
| 154 | lisp/url/url-tramp-test.log \ | ||
| 155 | : WRITE_LOG = 2>&1 | tee $@ | 154 | : WRITE_LOG = 2>&1 | tee $@ |
| 156 | endif | 155 | endif |
| 157 | 156 | ||