Re: bug#48598: 28.0.50; buffer-naming collisions involving bouncers in ERC
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
"J.P." <[email protected]> writes: Hi, >> If you are able to define such dependencies in the Makefile, and specify >> for erc >> >> make_params: "-k -C test check-lisp-erc check-lisp-erc-erc-d" >> >> as special case, we're done. And if you really insist in running also >> expensive tests, apply >> >> make_params: "-k -C test check-lisp-erc check-lisp-erc-erc-d SELECTOR='(not (tag :unstable))'" Thinking about, make_params: "-k -C test check-lisp-erc check-lisp-erc-erc-d SELECTOR='$(SELECTOR_EXPENSIVE)'" is more future-proof. See test/README. > Best wishes, > J.P. Best regards, Michael.