diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-06-09 19:37:45 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-06-09 19:37:45 +0000 |
commit | 8562caa6019acfd8c4770b99e0f503ca2761ff0f (patch) | |
tree | a74a88053fb908a1fbe6247e76044596781ac7df /eclass/qt5-build.eclass | |
parent | Update upstream bugs URL. (diff) | |
download | historical-8562caa6019acfd8c4770b99e0f503ca2761ff0f.tar.gz historical-8562caa6019acfd8c4770b99e0f503ca2761ff0f.tar.bz2 historical-8562caa6019acfd8c4770b99e0f503ca2761ff0f.zip |
Delete redundant echo.
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 4df4f5db4d39..6870c8fc22ec 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.17 2015/05/10 14:27:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.18 2015/06/09 19:37:45 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -225,8 +225,6 @@ qt5-build_src_compile() { # @DESCRIPTION: # Runs tests in the target directories. qt5-build_src_test() { - echo ">>> Test phase [QtTest]: ${CATEGORY}/${PF}" - # '-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 |