Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yajl/
Date: Sun, 27 Mar 2016 14:18:12
Message-Id: 1459088277.b76da57a73ffdc7f24ad10de9d8a3ee80652ecbe.cardoe@gentoo
1 commit: b76da57a73ffdc7f24ad10de9d8a3ee80652ecbe
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:17:10 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 14:17:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76da57a
7
8 dev-libs/yajl: fix tests
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
12
13 dev-libs/yajl/yajl-2.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/yajl/yajl-2.1.0.ebuild b/dev-libs/yajl/yajl-2.1.0.ebuild
17 index db8d0b9..c8a7d21 100644
18 --- a/dev-libs/yajl/yajl-2.1.0.ebuild
19 +++ b/dev-libs/yajl/yajl-2.1.0.ebuild
20 @@ -23,7 +23,7 @@ src_prepare() {
21
22 src_test() {
23 run_test() {
24 - cd "${BUILD_DIR}"/test
25 + cd "${BUILD_DIR}"/test/parsing
26 ./run_tests.sh ./yajl_test || die
27 }
28 multilib_parallel_foreach_abi run_test