From nobody Wed Jul 03 19:38:40 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WDqpl3W1Jz5Q5g0 for ; Wed, 03 Jul 2024 19:39:11 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vs1-f50.google.com (mail-vs1-f50.google.com [209.85.217.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WDqpl1mgXz4ZrR for ; Wed, 3 Jul 2024 19:39:11 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vs1-f50.google.com with SMTP id ada2fe7eead31-48fdec0b7d1so356844137.2 for ; Wed, 03 Jul 2024 12:39:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720035549; x=1720640349; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dC/kp1bMZ7e3rVjVPntjDjNOEjXmm/HqpNWNU0Xy7N0=; b=TSpQiZ/73Gu6PF159tV8zbbOw6fFnj7cF+eNvgJKDw9HzGT6V6tDUUAlSkgQC14yXA z4t1WFmhnFXCcU2FP5DdhlXEJjAFRNUqBwEhdQWHrk4bDzObRTmwMvLz9kCKtxWaI3u4 OedNVCin3VN/hmb40HdgqwTq+BmUjj0si2JqzS+Tspp/6ur+6BHvcP7RsbASGlJvVZgq t9f1wcQqFBDvMWF2ac1rxrg6dlag7vABKcoRzvQEyENOF4xXXWd0xDer4oC4Lrh3/rtN PylQkzXPv9UH0h4f/OOBqbkHukL6xwqVPfi70lP7QqqgzdYIHXlsvoJdNaeetx72ozzv PJeA== X-Gm-Message-State: AOJu0YxXjuRPv7LPi7ZQwwxfmQxeZO4Zoy1UtAZlp5/y4/WgHFHdDrxW JCd0bDrDGFswxy6/PuD3f3p7srcBMNoJ+t8Cn8iXJLZvv85u8bnRhX6txFFl X-Google-Smtp-Source: AGHT+IG9EbtqQuPhtut7RP8xv7OttE8fFgdos7WGwKFNTK4eU0JBPUuVkXb/71Z2ApEuIXeIg3uGIw== X-Received: by 2002:a05:6102:549e:b0:48f:1bc6:345c with SMTP id ada2fe7eead31-48faf06a80bmr11522162137.14.1720035549481; Wed, 03 Jul 2024 12:39:09 -0700 (PDT) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com. [209.85.222.42]) by smtp.gmail.com with ESMTPSA id a1e0cc1a2514c-81029c54caesm4295241.12.2024.07.03.12.39.09 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 03 Jul 2024 12:39:09 -0700 (PDT) Received: by mail-ua1-f42.google.com with SMTP id a1e0cc1a2514c-81013580bd5so526205241.0 for ; Wed, 03 Jul 2024 12:39:09 -0700 (PDT) X-Received: by 2002:a05:6102:233c:b0:48f:aa7c:97c5 with SMTP id ada2fe7eead31-48faf04e0ccmr9789987137.6.1720035548932; Wed, 03 Jul 2024 12:39:08 -0700 (PDT) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 References: <160984302.11834.1720034795450@localhost> In-Reply-To: <160984302.11834.1720034795450@localhost> From: Gleb Popov Date: Wed, 3 Jul 2024 22:38:40 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: poudriere and make do-test To: Ronald Klop Cc: ports@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4WDqpl1mgXz4ZrR On Wed, Jul 3, 2024 at 10:27=E2=80=AFPM Ronald Klop = wrote: > > How do I get poudriere to execute this 'make do-test'? poudriere bulk -t = as well as poudriere testport do not seem to execute do-test. You can put WITH_TESTING_PORTS=3D databases/mongodb60 into poudriere's make.conf > I'm searching for documentation about this but the info I find is quite s= parse. It is partly because poudriere isn't really prepared for running tests as part of the pipeline: https://github.com/freebsd/poudriere/issues/1131