grknight    14/10/02 02:32:22

  Modified:             mariadb-10.0.12.ebuild mariadb-10.0.14.ebuild
                        mariadb-5.5.39.ebuild ChangeLog
  Log:
  Cleanup test data wrt bug 524158
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.5                  dev-db/mariadb/mariadb-10.0.12.ebuild

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

Index: mariadb-10.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mariadb-10.0.12.ebuild      17 Aug 2014 23:05:52 -0000      1.4
+++ mariadb-10.0.12.ebuild      2 Oct 2014 02:32:22 -0000       1.5
@@ -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/mariadb-10.0.12.ebuild,v 1.4 
2014/08/17 23:05:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.5 
2014/10/02 02:32:22 grknight Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20140729-2200Z"
@@ -104,6 +104,8 @@
                [[ -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.2                  dev-db/mariadb/mariadb-10.0.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?r1=1.1&r2=1.2

Index: mariadb-10.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mariadb-10.0.14.ebuild      26 Sep 2014 19:07:01 -0000      1.1
+++ mariadb-10.0.14.ebuild      2 Oct 2014 02:32:22 -0000       1.2
@@ -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/mariadb-10.0.14.ebuild,v 1.1 
2014/09/26 19:07:01 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild,v 1.2 
2014/10/02 02:32:22 grknight Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20140924-1913Z"
@@ -88,9 +88,8 @@
                pushd "${TESTDIR}"
 
                # 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" \
-                       --skip-test=connect
+               perl mysql-test-run.pl --force 
--vardir="${S}/mysql-test/var-tests"
+
                retstatus_tests=$?
                [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
                has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
@@ -109,6 +108,8 @@
                [[ -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.8                  dev-db/mariadb/mariadb-5.5.39.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?r1=1.7&r2=1.8

Index: mariadb-5.5.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mariadb-5.5.39.ebuild       17 Aug 2014 23:38:31 -0000      1.7
+++ mariadb-5.5.39.ebuild       2 Oct 2014 02:32:22 -0000       1.8
@@ -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/mariadb-5.5.39.ebuild,v 1.7 
2014/08/17 23:38:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v 1.8 
2014/10/02 02:32:22 grknight Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20140817-2320Z"
@@ -107,6 +107,8 @@
                [[ -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.54                 dev-db/mariadb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   26 Sep 2014 19:07:01 -0000      1.53
+++ ChangeLog   2 Oct 2014 02:32:22 -0000       1.54
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.53 2014/09/26 
19:07:01 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.54 2014/10/02 
02:32:22 grknight Exp $
+
+  02 Oct 2014; Brian Evans <grkni...@gentoo.org> mariadb-10.0.12.ebuild,
+  mariadb-10.0.14.ebuild, mariadb-5.5.39.ebuild:
+  Cleanup test data wrt bug 524158
 
 *mariadb-10.0.14 (26 Sep 2014)
 




Reply via email to