diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-12-09 14:30:04 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-12-09 14:30:04 +0100 |
commit | 2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c (patch) | |
tree | dbaf6a93b6df825cd8bb3f065eda314c90e43c14 | |
parent | 34bedf5d0b00713a2ba9baca5e025033477a0394 (diff) | |
download | emacs-2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c.tar.gz emacs-2ffdc041b1671e064df5ae6f7ec2f5a90c9dd30c.tar.bz2 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 ## On Hydra, always show logs for certain problematic tests. lisp/emacs-lisp/eieio-tests/eieio-tests.log \ lisp/net/tramp-tests.log \ -lisp/url/url-tramp-test.log \ : WRITE_LOG = 2>&1 | tee $@ endif |