Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Mon, 30 Nov 2020 00:48:50
Message-Id: 1606697322.77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1.whissi@gentoo
1 commit: 77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 00:46:21 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:48:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d9a1da
7
8 dev-php/awl: don't write PHPunit cache
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/awl/awl-0.61.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
17 index 52ae69f3df6..4e25a5083da 100644
18 --- a/dev-php/awl/awl-0.61.ebuild
19 +++ b/dev-php/awl/awl-0.61.ebuild
20 @@ -23,7 +23,7 @@ src_compile() {
21 }
22
23 src_test() {
24 - phpunit tests/ || die "test suite failed"
25 + phpunit --do-not-cache-result tests/ || die "test suite failed"
26 }
27
28 src_install() {