From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 10:26:12 2021 Received: (at 47979) by debbugs.gnu.org; 21 May 2021 14:26:12 +0000 Received: from localhost ([127.0.0.1]:37347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk66O-0005Yc-1D for submit@debbugs.gnu.org; Fri, 21 May 2021 10:26:12 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk66L-0005YO-Hn for 47979@debbugs.gnu.org; Fri, 21 May 2021 10:26:10 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 786C35C013A; Fri, 21 May 2021 10:26:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Fri, 21 May 2021 10:26:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=MaDnaj3xHh95buBiAOq8pGGs lkjOH6s3RUzya82lzSw=; b=r7JzDchOBdJNQUcxVJfUXnuSoTjHYBCEWnQ2IVHV Nwog+Vxb8DZFU7PHy4tDlYIb7ThYgJ4A52qaTHDFxjEW7R/M3EGqTn2p1uEdtm1K YlDoaHhw+zMQ7sFMknKYcIwFAupvMSsW9oki0Z0FMc8r7gSg+fpIMLouHzFYWNVI Axo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=MaDnaj 3xHh95buBiAOq8pGGslkjOH6s3RUzya82lzSw=; b=Rm5BtIUH6eSiT2JB0g0Fga dIAZBbfu8+UYMrHGTQnvMK0k5AmHbW/ntCQjPJEK5+I9vSbrD6ugJYjRHiXdlXF1 vIUmpW0Ak9AU86+t+kT+552MZ6KEQ1WxBbL8Z03eN18n0rxePzmLEXGXhtOAtQ5t iYUhCo6WCj11C8AbOr/nCbBf0yR3VJcguUEUTo3Q9ZDHs8O91X3UqCTUhwyeOIb8 8ah4xunemr5SX1e8wdVUz8DlYt0jS0lwPu8N1DMx5ujbQBc1X3RyP669PMPq0wWO 1pbVfgH5ZIfOfDCaIJvy+MSphazE3MTxjzkh0nLwD34Ev2qcRcHZ2u+lpiWUgjLg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdejfedgjeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeeukeektdffvddtudegjeegtdevhfeufeeivdejiedtieegtdevjedvjeehffev gfenucfkphepuddttddruddurdduieelrdduudeknecuvehluhhsthgvrhfuihiivgeptd enucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 21 May 2021 10:26:04 -0400 (EDT) Date: Fri, 21 May 2021 10:26:02 -0400 From: Leo Famulari To: Mathieu Othacehe Subject: Re: bug#47979: [PATCH] installer: Recommend 'ntp-service-type' for non-graphical systems. Message-ID: References: <87lf88qm47.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47979 Cc: 47979@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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`.