diff options
Diffstat (limited to 'dev-php/awl')
-rw-r--r-- | dev-php/awl/awl-0.61.ebuild | 2 |
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() { |