From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53615) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibl8Q-0000v0-Td for guix-patches@gnu.org; Mon, 02 Dec 2019 07:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibl8P-0003Cm-V0 for guix-patches@gnu.org; Mon, 02 Dec 2019 07:49:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59477) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibl8P-0003Cc-OV for guix-patches@gnu.org; Mon, 02 Dec 2019 07:49:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibl8P-0003Cm-Nv for guix-patches@gnu.org; Mon, 02 Dec 2019 07:49:01 -0500 Subject: [bug#38455] [PATCH] doc: Mention how to test against make / guix pull breakage. Resent-Message-ID: MIME-Version: 1.0 References: <20191202091550.15132-1-mail@ambrevar.xyz> <875ziyly6n.fsf@ambrevar.xyz> In-Reply-To: From: zimoun Date: Mon, 2 Dec 2019 13:48:41 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 38455@debbugs.gnu.org I do not find any test about "guix pull" in the test suite. I was expecting e.g., "guix-pull.sh" or "pull.scm". Do I misread something?