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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30DE3138359 for ; Thu, 15 Oct 2020 19:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F21E0874; Thu, 15 Oct 2020 19:15:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B58BE0874 for ; Thu, 15 Oct 2020 19:15:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02FEF33E830 for ; Thu, 15 Oct 2020 19:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7836E3A1 for ; Thu, 15 Oct 2020 19:15:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1602789342.58d896b04e3d31b74798ae0f59a37837ab096cdf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-20.1.10.ebuild media-libs/mesa/mesa-20.1.8.ebuild media-libs/mesa/mesa-20.1.9.ebuild media-libs/mesa/mesa-20.2.0.ebuild media-libs/mesa/mesa-20.2.1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 58d896b04e3d31b74798ae0f59a37837ab096cdf X-VCS-Branch: master Date: Thu, 15 Oct 2020 19:15:49 +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: cd3520cf-8dd1-4f4a-a3ac-9781d0d95e66 X-Archives-Hash: f45dd6967e952f2e278ffecc5e7c8ac5 commit: 58d896b04e3d31b74798ae0f59a37837ab096cdf Author: Matt Turner gentoo org> AuthorDate: Thu Oct 15 19:13:42 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 15 19:15:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d896b0 media-libs/mesa: die if tests fail Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-20.1.10.ebuild | 2 +- media-libs/mesa/mesa-20.1.8.ebuild | 2 +- media-libs/mesa/mesa-20.1.9.ebuild | 2 +- media-libs/mesa/mesa-20.2.0.ebuild | 2 +- media-libs/mesa/mesa-20.2.1.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-20.1.10.ebuild b/media-libs/mesa/mesa-20.1.10.ebuild index 122dbb2b734..c09c9e3a7b7 100644 --- a/media-libs/mesa/mesa-20.1.10.ebuild +++ b/media-libs/mesa/mesa-20.1.10.ebuild @@ -516,7 +516,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } # $1 - VIDEO_CARDS flag (check skipped for "--") diff --git a/media-libs/mesa/mesa-20.1.8.ebuild b/media-libs/mesa/mesa-20.1.8.ebuild index 934ec32ce41..7d6a7fb5a0e 100644 --- a/media-libs/mesa/mesa-20.1.8.ebuild +++ b/media-libs/mesa/mesa-20.1.8.ebuild @@ -522,7 +522,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } pkg_postinst() { diff --git a/media-libs/mesa/mesa-20.1.9.ebuild b/media-libs/mesa/mesa-20.1.9.ebuild index 122dbb2b734..c09c9e3a7b7 100644 --- a/media-libs/mesa/mesa-20.1.9.ebuild +++ b/media-libs/mesa/mesa-20.1.9.ebuild @@ -516,7 +516,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } # $1 - VIDEO_CARDS flag (check skipped for "--") diff --git a/media-libs/mesa/mesa-20.2.0.ebuild b/media-libs/mesa/mesa-20.2.0.ebuild index 402d1049c18..092aa162863 100644 --- a/media-libs/mesa/mesa-20.2.0.ebuild +++ b/media-libs/mesa/mesa-20.2.0.ebuild @@ -524,7 +524,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } # $1 - VIDEO_CARDS flag (check skipped for "--") diff --git a/media-libs/mesa/mesa-20.2.1.ebuild b/media-libs/mesa/mesa-20.2.1.ebuild index 402d1049c18..092aa162863 100644 --- a/media-libs/mesa/mesa-20.2.1.ebuild +++ b/media-libs/mesa/mesa-20.2.1.ebuild @@ -524,7 +524,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } # $1 - VIDEO_CARDS flag (check skipped for "--") diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 48d1f0be041..b128d3746f5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -525,7 +525,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson test -v -C "${BUILD_DIR}" -t 100 + meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed" } # $1 - VIDEO_CARDS flag (check skipped for "--")