From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUZiL-0000DU-4W for guix-patches@gnu.org; Mon, 10 Jul 2017 10:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUZiI-0006wx-2b for guix-patches@gnu.org; Mon, 10 Jul 2017 10:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58296) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUZiH-0006wo-Vh for guix-patches@gnu.org; Mon, 10 Jul 2017 10:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUZiH-0001PB-In for guix-patches@gnu.org; Mon, 10 Jul 2017 10:31:01 -0400 Subject: [bug#27570] [PATCH v3] syscalls: Add network-interface-running? Resent-Message-ID: Date: Mon, 10 Jul 2017 16:30:42 +0200 From: Danny Milosavljevic Message-ID: <20170710163042.28800829@scratchpost.org> In-Reply-To: <874luk7fz6.fsf@gnu.org> References: <20170704003948.13966-1-dannym@scratchpost.org> <20170704005602.14932-1-dannym@scratchpost.org> <874luk7fz6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27570@debbugs.gnu.org > Could you also add a test in tests/syscalls.scm along the lines of the > =E2=80=98loopback-network-interface?=E2=80=99 test that=E2=80=99s there? = (I think the test can > assume that =E2=80=9Clo=E2=80=9D is running.) I did that now, however "make check" seems to be skipping the syscall tests= . How do I run them?