ultrabug    15/03/26 15:56:30

  Modified:             ChangeLog mongodb-3.0.1.ebuild
  Log:
  fix #543760
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.113                dev-db/mongodb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   24 Mar 2015 17:58:57 -0000      1.112
+++ ChangeLog   26 Mar 2015 15:56:30 -0000      1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mongodb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.112 2015/03/24 
17:58:57 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.113 2015/03/26 
15:56:30 ultrabug Exp $
+
+  26 Mar 2015; Ultrabug <ultra...@gentoo.org> mongodb-3.0.1.ebuild:
+  fix tests #543760 thx to Tomas Mozes
 
 *mongodb-2.6.9 (24 Mar 2015)
 



1.2                  dev-db/mongodb/mongodb-3.0.1.ebuild

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

Index: mongodb-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb-3.0.1.ebuild        17 Mar 2015 13:45:06 -0000      1.1
+++ mongodb-3.0.1.ebuild        26 Mar 2015 15:56:30 -0000      1.2
@@ -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/dev-db/mongodb/mongodb-3.0.1.ebuild,v 1.1 
2015/03/17 13:45:06 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-3.0.1.ebuild,v 1.2 
2015/03/26 15:56:30 ultrabug Exp $
 
 EAPI=5
 SCONS_MIN_VERSION="2.3.0"
@@ -121,8 +121,9 @@
 }
 
 src_test() {
-       escons ${scons_opts} test
-       "${S}"/test --dbpath=unittest || die
+       escons ${scons_opts} dbtest
+       "${S}"/dbtest --dbpath=unittest || die "dbtest failed"
+       escons ${scons_opts} smokeCppUnittests --smokedbprefix="smokecpptest" 
|| die "smokeCppUnittests tests failed"
 }
 
 pkg_postinst() {




Reply via email to