diff options
author | 2013-09-26 14:02:55 +0000 | |
---|---|---|
committer | 2013-09-26 14:02:55 +0000 | |
commit | 66e5ea5ce704cbaadd25b7856e99206d34e814aa (patch) | |
tree | cabc1677ce6cbe6047ae4e02e45ccc7cc66b77c3 /dev-lang | |
parent | Snapshot bump. (diff) | |
download | gentoo-2-66e5ea5ce704cbaadd25b7856e99206d34e814aa.tar.gz gentoo-2-66e5ea5ce704cbaadd25b7856e99206d34e814aa.tar.bz2 gentoo-2-66e5ea5ce704cbaadd25b7856e99206d34e814aa.zip |
Change to the right directory before running test checks, fixes bug #485900.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-3.2.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 0d6bbfa5b51d..d58dd615d244 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.256 2013/09/24 08:43:07 cynede Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.257 2013/09/26 14:02:55 tomwij Exp $ + + 26 Sep 2013; Tom Wijsman <TomWij@gentoo.org> mono-3.2.3.ebuild: + Change to the right directory before running test checks, fixes bug #485900. *mono-3.2.3 (24 Sep 2013) diff --git a/dev-lang/mono/mono-3.2.3.ebuild b/dev-lang/mono/mono-3.2.3.ebuild index 737ade113e25..94abcd2535d1 100644 --- a/dev-lang/mono/mono-3.2.3.ebuild +++ b/dev-lang/mono/mono-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.1 2013/09/24 08:43:07 cynede Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.2 2013/09/26 14:02:55 tomwij Exp $ EAPI="5" AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" @@ -104,6 +104,7 @@ src_compile() { } src_test() { + cd mcs/tests || die emake check } |