diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-11-19 15:02:44 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-19 15:03:30 -0500 |
commit | b51bbd615d0b6015306e19232714d7ceba315a4d (patch) | |
tree | a9370b6d3722e7180bbdc12f30eeeb5fb8a1147b /media-libs | |
parent | media-libs/mesa: Drop outdated blocker (diff) | |
download | gentoo-b51bbd615d0b6015306e19232714d7ceba315a4d.tar.gz gentoo-b51bbd615d0b6015306e19232714d7ceba315a4d.tar.bz2 gentoo-b51bbd615d0b6015306e19232714d7ceba315a4d.zip |
media-libs/mesa: Call meson_src_test instead of open-coding
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 27f1f972894a..1da56517de7e 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 "--") |