From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oC7SLGzT32T48QAASxT56A (envelope-from ) for ; Fri, 18 Aug 2023 22:24:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id UESZLGzT32TCCgAAauVa8A (envelope-from ) for ; Fri, 18 Aug 2023 22:24:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 539DD51C19 for ; Fri, 18 Aug 2023 22:24:12 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tilde.club header.s=mail header.b=IsnCzQHm; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=tilde.club (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692390252; a=rsa-sha256; cv=none; b=q3/RI5K2VNnrxsk4ZoG07yLD/oIQD54qILjTxzVPohsRMAHbhhiJechqmXzyUwwVF4easc xRypHJozsrCik1BzO8IAmLTDcvo9bQJGVtBygnt9M/p5tkpObHVKhnzkG9Ix09929ee2/6 aQ3bOu/SpQ2CkIeJ/3/zz2mLIHUxJStXW0i8anMaoKA2EVnG84GWbfuE8aT6hdO0AT/v+5 HZJ33g2xpJb8LFrEL35bMUNAbyjERr1I154kAhNCOZik/McTLpFmvOPgab7JqU4zu1PqAh Jt2vwFbFFaPXHj9rRRfcAVzQsfEAU2mjkQ7INxZNzJ6yv0PRgZAA0WJIfXF2/A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tilde.club header.s=mail header.b=IsnCzQHm; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=tilde.club (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692390252; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=51gJTyodIOmfkKThC5feBEr04b2tE7UJbD9GqIB0xEY=; b=DwMEfKTQ6JWrnQxUpzBkFbMmv3rRlRpnj7UeQNKBUp+s064VaJu5KpeOZruGRY4Sa+Fziz yIVV90z2kqf4MNpuYr/0CPp+1LBy8NNH5BxtirBTRxQyTZLG1qdRZQ4r5ACKtRj9vZLPsc jEmzf2qcqF3vKIF8FWFruvICSI0BNbX/bDmZ5FxPQHzzBFiORv4vSroe+wUK3orahCXL3R HDfBAmyeQURprP+lZ5jwXmxymlkaekUU5zvz0c5dkNh7FjW/rOGTzKY0ch562ij3MIBxwo LW35KhI6Mlbwz0JCKSEUlzf7raPr00pnUEL9YlCZGLj84d3kXxLWVPdOkyk4nw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qX60q-0008Sg-TF; Fri, 18 Aug 2023 16:24:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qX60o-0008R1-Cu for guix-patches@gnu.org; Fri, 18 Aug 2023 16:24:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qX60o-0008Fm-4U for guix-patches@gnu.org; Fri, 18 Aug 2023 16:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qX60o-0006fD-Mf for guix-patches@gnu.org; Fri, 18 Aug 2023 16:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65221] [PATCH 3/6] Makefile.am: enable extra-ports.sh test. Resent-From: ulfvonbelow Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 18 Aug 2023 20:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65221 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65221@debbugs.gnu.org Cc: ulfvonbelow Received: via spool by 65221-submit@debbugs.gnu.org id=B65221.169239020025514 (code B ref 65221); Fri, 18 Aug 2023 20:24:02 +0000 Received: (at 65221) by debbugs.gnu.org; 18 Aug 2023 20:23:20 +0000 Received: from localhost ([127.0.0.1]:48887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX608-0006dS-7W for submit@debbugs.gnu.org; Fri, 18 Aug 2023 16:23:20 -0400 Received: from tilde.club ([142.44.150.184]:37562 ident=postfix) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX606-0006dJ-4p for 65221@debbugs.gnu.org; Fri, 18 Aug 2023 16:23:18 -0400 Received: by tilde.club (Postfix, from userid 5378) id 2F3C52250B9BD; Fri, 18 Aug 2023 20:23:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 tilde.club 2F3C52250B9BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.club; s=mail; t=1692390197; bh=15inucqCXJOM3Zr0PIMqzeh5NP35V+VYnLYgi8mrMqA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IsnCzQHmKotYUuuvPzqbqA7H4YPN/Eooh9vCabhWelBO2cjHE6WiTsabq8o+nR4cc NlbtDmN3lX2BGpzpSWJgvVfsVovMjiiwhzHnughhzJj050ITh/cVuxxU0v5Oq8sBJI u4D24/9dqcPRATOVLIPkO5sd5C72SAfUdqDkVfZM= From: ulfvonbelow Date: Fri, 18 Aug 2023 15:22:36 -0500 Message-Id: <20230818202239.21177-3-striness@tilde.club> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230818202239.21177-1-striness@tilde.club> References: <20230818202239.21177-1-striness@tilde.club> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Spam-Score: -3.59 X-Migadu-Queue-Id: 539DD51C19 X-Migadu-Spam-Score: -3.59 X-TUID: 4lTNhBaCZbMz * Makefile.am (TESTS): add tests/extra-ports.sh --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fdfcf3d..b2ce46b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -271,7 +271,8 @@ TESTS = \ tests/daemonize.sh \ tests/eval-load.sh \ tests/services/monitoring.sh \ - tests/services/repl.sh + tests/services/repl.sh \ + tests/extra-ports.sh TEST_EXTENSIONS = .sh EXTRA_DIST += $(TESTS) -- 2.40.1