From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 10:22:04 2021 Received: (at 47979) by debbugs.gnu.org; 21 May 2021 14:22:04 +0000 Received: from localhost ([127.0.0.1]:37331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk62O-0005Rj-Fu for submit@debbugs.gnu.org; Fri, 21 May 2021 10:22:04 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52233) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk62I-0005R7-AG for 47979@debbugs.gnu.org; Fri, 21 May 2021 10:22:02 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 234885C00E3; Fri, 21 May 2021 10:21:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 21 May 2021 10:21:53 -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=+x9ToePeom6NI8RZLtXZw7Vs cKyQCZgQ33CXDnrOa18=; b=uD5YL8n0NEAzEMZDqfcIRH++o9hdpkNG4KlWoOoV KyqIvZzOe99btUqfA5YyHogX/HUFba6ZO7aXeqaedTR5t5JIai9yMnsI5j1mGeWD ToFVho2n3IGfCtt5Dz+2ufY9GJMUDxgbFLy1ZnTHXSQrqguNt9/BW89U4JOP1mLb 4t0= 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=+x9Toe Peom6NI8RZLtXZw7VscKyQCZgQ33CXDnrOa18=; b=q6ihuvmWQmNIyohbRD3dw0 g2zOk/zRNQfVx6JbuDFtwmMQn+fEed1CjDHt2LWFrHdiItPbRQ5r0+5XPi+/Ocse j4vrczOHyvE0+CI3UlmKMxwZh348DJr5uxWhQjz6gIKl3mkhOUv178ssT560OUoE vGmzAiarwkKSs02GsLbcQBkOYAy0Q4nvOnnggkumqpw41bU1UcitubnUDIYFQnh3 VrKdbKx6cv+pBbRDyiDr6+7e2a9Esp+Vz7PeBvK14nZs+TPoNZMkSzeYMK3JWOBm lEqifCWnZbE/AHbypExkiopCz54FJqxHT2j1J4qhBr7gAuQ9zHixEhHWewEEOelw == 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:21:52 -0400 (EDT) Date: Fri, 21 May 2021 10:21:50 -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: <87lf88qm47.fsf_-_@gnu.org> 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 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`...