On Fri, May 21, 2021 at 10:21:50AM -0400, Leo Famulari wrote: > On Fri, May 21, 2021 at 02:58:48PM +0200, Mathieu Othacehe wrote: > > Those patches are breaking the installer tests because they > > introduce a new dialog. You need to add something like: > > > > --8<---------------cut here---------------start------------->8--- > > ((checkbox-list (title "Miscellaneous services") (text _) > > (items ,services)) > > (filter choose-misc-service? services)) > > --8<---------------cut here---------------end--------------->8--- > > > > in the (gnu installer tests) module, to fix this error: > > How do I run this test? I can never figure out the names of the tests > used by `make check-system`... With informed use of grep I found it: `make check-system TESTS=iso-image-installer`.