grknight 14/10/06 17:44:30 Modified: mariadb-galera-10.0.13.ebuild ChangeLog Log: Restore die that was taken out by accident (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.4 dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?r1=1.3&r2=1.4 Index: mariadb-galera-10.0.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mariadb-galera-10.0.13.ebuild 6 Oct 2014 17:31:06 -0000 1.3 +++ mariadb-galera-10.0.13.ebuild 6 Oct 2014 17:44:30 -0000 1.4 @@ -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/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v 1.3 2014/10/06 17:31:06 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v 1.4 2014/10/06 17:44:30 grknight Exp $ EAPI="5" MY_EXTRAS_VER="20140903-1928Z" @@ -114,6 +114,8 @@ [[ $retstatus_tests -eq 0 ]] || failures="${failures} tests" has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox" + [[ -z "$failures" ]] || die "Test failures: $failures" + einfo "Tests successfully completed" else einfo "Skipping server tests due to minimal build." 1.6 dev-db/mariadb-galera/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 6 Oct 2014 17:31:06 -0000 1.5 +++ ChangeLog 6 Oct 2014 17:44:30 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mariadb-galera # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.5 2014/10/06 17:31:06 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.6 2014/10/06 17:44:30 grknight Exp $ + + 06 Oct 2014; <grkni...@gentoo.org> mariadb-galera-10.0.13.ebuild: + Restore die that was taken out by accident 06 Oct 2014; <grkni...@gentoo.org> mariadb-galera-10.0.13.ebuild: Update test data locations wrt bug 524158