From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FFAC15838C for ; Thu, 25 Jan 2024 12:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49A74E2A61; Thu, 25 Jan 2024 12:13:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2710AE2A61 for ; Thu, 25 Jan 2024 12:13:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A6FE3433B3 for ; Thu, 25 Jan 2024 12:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52D3FBE7 for ; Thu, 25 Jan 2024 12:13:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706184766.a1d0123581ede02b54cf2c071507612dde25236c.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ X-VCS-Repository: proj/pax-utils X-VCS-Files: .github/workflows/build-test-ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1d0123581ede02b54cf2c071507612dde25236c X-VCS-Branch: master Date: Thu, 25 Jan 2024 12:13:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6ff107d-a89c-4ccc-b356-ad98d49329b9 X-Archives-Hash: 263897fec2512e0a7290c54a942e8df7 commit: a1d0123581ede02b54cf2c071507612dde25236c Author: Sam James gentoo org> AuthorDate: Thu Jan 25 12:10:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 25 12:12:46 2024 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=a1d01235 ci: make tests verbose muon doesn't support --print-errorlogs so just use -v which both muon and meson support. Signed-off-by: Sam James gentoo.org> .github/workflows/build-test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index 3d170e3..e4e5857 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -53,7 +53,7 @@ jobs: -Db_sanitize="${SANITIZER}" \ build ninja -C build - ( cd build && "$BB" test; ) + ( cd build && "$BB" test -v ; ) build-macos: strategy: