From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DC9A15808A for ; Sun, 03 Aug 2025 11:19:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 20091340B57 for ; Sun, 03 Aug 2025 11:19:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 21C531104DB; Sun, 03 Aug 2025 11:19:14 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1686F1104DB for ; Sun, 03 Aug 2025 11:19:14 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEAFC340B57 for ; Sun, 03 Aug 2025 11:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BF742889 for ; Sun, 03 Aug 2025 11:19:12 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1754219883.2a2bc47ea25d6237a2ba6bbe44bdb14c0836365a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/umockdev/umockdev-0.19.3.ebuild dev-util/umockdev/umockdev-9999.ebuild X-VCS-Directories: dev-util/umockdev/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2a2bc47ea25d6237a2ba6bbe44bdb14c0836365a X-VCS-Branch: master Date: Sun, 03 Aug 2025 11:19:12 +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: d928c1f3-f377-402b-9050-5bf773c59664 X-Archives-Hash: bc092beac659c6db434b0f7826c6fa9b commit: 2a2bc47ea25d6237a2ba6bbe44bdb14c0836365a Author: Pacho Ramos gentoo org> AuthorDate: Sun Aug 3 11:18:03 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Aug 3 11:18:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2bc47e dev-util/umockdev: Fix test phase call Thanks-to: Sam James Bug: https://bugs.gentoo.org/905588 Signed-off-by: Pacho Ramos gentoo.org> dev-util/umockdev/umockdev-0.19.3.ebuild | 2 +- dev-util/umockdev/umockdev-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/umockdev/umockdev-0.19.3.ebuild b/dev-util/umockdev/umockdev-0.19.3.ebuild index 334a3957dab0..863d0947e749 100644 --- a/dev-util/umockdev/umockdev-0.19.3.ebuild +++ b/dev-util/umockdev/umockdev-0.19.3.ebuild @@ -59,5 +59,5 @@ multilib_src_configure() { multilib_src_test() { export SLOW_TESTBED_FACTOR=10 - meson test -v --num-processes=1 --timeout-multiplier=10 --setup installed + meson_src_test --num-processes=1 --timeout-multiplier=10 --setup installed } diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-9999.ebuild index 334a3957dab0..863d0947e749 100644 --- a/dev-util/umockdev/umockdev-9999.ebuild +++ b/dev-util/umockdev/umockdev-9999.ebuild @@ -59,5 +59,5 @@ multilib_src_configure() { multilib_src_test() { export SLOW_TESTBED_FACTOR=10 - meson test -v --num-processes=1 --timeout-multiplier=10 --setup installed + meson_src_test --num-processes=1 --timeout-multiplier=10 --setup installed }