commit:     b51bbd615d0b6015306e19232714d7ceba315a4d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 20:02:44 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 20:03:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51bbd61

media-libs/mesa: Call meson_src_test instead of open-coding

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 27f1f972894..1da56517de7 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -526,7 +526,7 @@ multilib_src_install_all() {
 }
 
 multilib_src_test() {
-       meson test -v -C "${BUILD_DIR}" -t 100 || die "tests failed"
+       meson_src_test -t 100
 }
 
 # $1 - VIDEO_CARDS flag (check skipped for "--")

Reply via email to