diff options
| author | Glenn Morris | 2021-08-16 12:34:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-08-16 12:35:17 -0700 |
| commit | bb6f1e2dd9d4b335ca53dc6df5a69e01db33a336 (patch) | |
| tree | 0c238c0a58d297d7130c6ee0896458ea576e0efe | |
| parent | 6898ae6f8c0128c5ff06de3f5d7adb7f9dab6563 (diff) | |
| download | emacs-bb6f1e2dd9d4b335ca53dc6df5a69e01db33a336.tar.gz emacs-bb6f1e2dd9d4b335ca53dc6df5a69e01db33a336.zip | |
* test/Makefile.in: Verbose logging for electric-tests on hydra.
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 7047c244824..a3412d6b53a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -163,7 +163,7 @@ endif | |||
| 163 | WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; } | 163 | WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; } |
| 164 | ## On Hydra or Emba, always show logs for certain problematic tests. | 164 | ## On Hydra or Emba, always show logs for certain problematic tests. |
| 165 | ifdef EMACS_HYDRA_CI | 165 | ifdef EMACS_HYDRA_CI |
| 166 | lisp/net/tramp-tests.log \ | 166 | lisp/net/tramp-tests.log lisp/electric-tests.log \ |
| 167 | : WRITE_LOG = 2>&1 | tee $@ | 167 | : WRITE_LOG = 2>&1 | tee $@ |
| 168 | endif | 168 | endif |
| 169 | ifdef EMACS_EMBA_CI | 169 | ifdef EMACS_EMBA_CI |