summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-30 01:46:21 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-30 01:48:42 +0100
commit77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1 (patch)
tree3659c880f1abbd827ab7e945298cb10712556bdc /dev-php/awl
parentRevert "dev-php/awl: Restrict <dev-php/phpunit-6" (diff)
downloadgentoo-77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1.tar.gz
gentoo-77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1.tar.bz2
gentoo-77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1.zip
dev-php/awl: don't write PHPunit cache
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/awl')
-rw-r--r--dev-php/awl/awl-0.61.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
index 52ae69f3df6a..4e25a5083da7 100644
--- a/dev-php/awl/awl-0.61.ebuild
+++ b/dev-php/awl/awl-0.61.ebuild
@@ -23,7 +23,7 @@ src_compile() {
}
src_test() {
- phpunit tests/ || die "test suite failed"
+ phpunit --do-not-cache-result tests/ || die "test suite failed"
}
src_install() {