diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-02-13 15:53:26 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-02-13 15:53:26 +0000 |
commit | be117663ee02d7f6c83f3ce366f3f33a0d741165 (patch) | |
tree | e4e4bdafb953d67e09785f0ce6cb308d0f93dadf /dev-lang/php | |
parent | Fix compilation issues on kernel 2.6.24 (#209472). (diff) | |
download | gentoo-2-be117663ee02d7f6c83f3ce366f3f33a0d741165.tar.gz gentoo-2-be117663ee02d7f6c83f3ce366f3f33a0d741165.tar.bz2 gentoo-2-be117663ee02d7f6c83f3ce366f3f33a0d741165.zip |
yet another attempt at fixing src_test (no revbump)
(Portage version: 2.1.4.3)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.5_p20080206-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index f7365939f763..bad9254ab901 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.229 2008/02/12 21:58:56 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.230 2008/02/13 15:53:26 hoffie Exp $ + + 13 Feb 2008; Christian Hoffmann <hoffie@gentoo.org> + php-5.2.5_p20080206-r3.ebuild: + yet another attempt at fixing src_test (no revbump) *php-5.2.5_p20080206-r3 (12 Feb 2008) diff --git a/dev-lang/php/php-5.2.5_p20080206-r3.ebuild b/dev-lang/php/php-5.2.5_p20080206-r3.ebuild index 7478e07b1da2..669be7fc11fc 100644 --- a/dev-lang/php/php-5.2.5_p20080206-r3.ebuild +++ b/dev-lang/php/php-5.2.5_p20080206-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild,v 1.1 2008/02/12 21:58:56 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild,v 1.2 2008/02/13 15:53:26 hoffie Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -501,7 +501,7 @@ src_test() { if [[ -x "${S}"/php-cgi ]]; then export TEST_PHP_CGI_EXECUTABLE="${S}"/php-cgi fi - REPORT_EXIT_STATUS=1 "${S}"/sapi/cli/php -n "${S}"/run-tests.php -n + REPORT_EXIT_STATUS=1 "${S}"/php-cli -n "${S}"/run-tests.php -n if [[ $? != 0 ]] ; then eerror "Not all tests were successful!" |