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, >>> On EMBA, tests will run only per subdirectories like test/lisp/erc. As >>> long as all ERC related tests are located there, these tests are >>> triggered only when there is a change in lisp/erc/* or >>> test/lisp/erc/*. No problem. > > Thanks for the lowdown, Michael. The tests that matter live directly > under test/lisp/erc. The deeper ones > > test/lisp/erc > ├── erc-d > │ ├── erc-d-self.el <~~ like this thing > > only target fixtures and other apparati, so they can be skipped if need > be. But if they're swept up for the bigger 8-hourly runs, that's fine > too. The test targets for EMBA are generated. If there is a subdirectory test/lisp/erc/erc-d, a respective target will appear. The test-all-inotify job covers all tests, also the tests in subsubdirectories. Best regards, Michael.