kde-frameworks/extra-cmake-modules: Disable broken test
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 Sep 2017 15:19:11 +0000 (17:19 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 Sep 2017 15:19:36 +0000 (17:19 +0200)
Gentoo-bug: 627806
Package-Manager: Portage-2.3.8, Repoman-2.3.3

kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild

index a1079a58999949183bd98ac0222b63e3d6a4da40..6cb0dc2df74704b627e95dd10afd3e248f50d7d8 100644 (file)
@@ -52,8 +52,9 @@ src_configure() {
 
 src_test() {
        # ECMToolchainAndroidTest passes but then breaks src_install
+       # ECMPoQmToolsTest is broken, bug #627806
        local myctestargs=(
-               -E "(ECMToolchainAndroidTest)"
+               -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)"
        )
 
        kde5_src_test