diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-09-16 14:18:43 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-09-16 14:18:43 +0000 |
commit | f3ffe8efece37063e4e1f578a35beaf8071026e0 (patch) | |
tree | 4acb0c1b3ac800138c239683cdbcf527377714f2 /eclass/qt5-build.eclass | |
parent | fix dependencies wrt #522942 (diff) | |
download | historical-f3ffe8efece37063e4e1f578a35beaf8071026e0.tar.gz historical-f3ffe8efece37063e4e1f578a35beaf8071026e0.tar.bz2 historical-f3ffe8efece37063e4e1f578a35beaf8071026e0.zip |
Exclude installed_cmake tests as well.
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 5c1397f8e747..cb0a20166eaa 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.5 2014/09/11 00:08:57 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.6 2014/09/16 14:18:43 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -225,8 +225,8 @@ qt5-build_src_compile() { qt5-build_src_test() { echo ">>> Test phase [QtTest]: ${CATEGORY}/${PF}" - # '-after SUBDIRS-=cmake' disables broken tests - bug #474004 - qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake + # '-after SUBDIRS-=...' disables broken cmake tests (bug 474004) + qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake SUBDIRS-=installed_cmake qt5_foreach_target_subdir emake # create a custom testrunner script that correctly sets |