grknight    14/10/06 17:31:06

  Modified:             mariadb-galera-10.0.13.ebuild ChangeLog
  Log:
  Update test data locations wrt bug 524158
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 67C78E1D)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mariadb-galera-10.0.13.ebuild       2 Oct 2014 02:33:56 -0000       1.2
+++ mariadb-galera-10.0.13.ebuild       6 Oct 2014 17:31:06 -0000       1.3
@@ -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.2 2014/10/02 02:33:56 grknight Exp $
+# $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 $
 
 EAPI="5"
 MY_EXTRAS_VER="20140903-1928Z"
@@ -65,7 +65,7 @@
                export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
 
                # create directories because mysqladmin might right out of order
-               mkdir -p "${S}"/mysql-test/var-tests{,/log}
+               mkdir -p "${T}"/var-tests{,/log}
 
                # These are failing in MariaDB 10.0 for now and are believed to 
be
                # false positives:
@@ -97,7 +97,7 @@
 
                # run mysql-test tests
                # Skip all CONNECT engine tests until upstream respondes to how 
to reference data files
-               perl mysql-test-run.pl --force 
--vardir="${S}/mysql-test/var-tests" \
+               perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
                                --skip-test=connect
                retstatus_tests=$?
                [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
@@ -114,11 +114,6 @@
                [[ $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"
-
-               # Cleanup data files after tests
-               rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
        else
 
                einfo "Skipping server tests due to minimal build."



1.5                  dev-db/mariadb-galera/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Oct 2014 02:33:56 -0000       1.4
+++ ChangeLog   6 Oct 2014 17:31:06 -0000       1.5
@@ -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.4 
2014/10/02 02:33:56 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.5 
2014/10/06 17:31:06 grknight Exp $
+
+  06 Oct 2014;  <grkni...@gentoo.org> mariadb-galera-10.0.13.ebuild:
+  Update test data locations wrt bug 524158
 
   02 Oct 2014; Brian Evans <grkni...@gentoo.org> mariadb-galera-10.0.12.ebuild,
   mariadb-galera-10.0.13.ebuild:




Reply via email to