mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-19 05:59:02 +00:00
fix Debian autopkgtest / CI: prevent caching of phpunit results, like we do for "make test"
This commit is contained in:
parent
c3591225c5
commit
e990c2edcb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
davical (1.1.13-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* fix Debian autopkgtest / CI: prevent caching of phpunit results, like we
|
||||||
|
do already for "make test"
|
||||||
|
|
||||||
|
-- Florian Schlichting <fsfs@debian.org> Wed, 27 May 2026 23:10:28 +0200
|
||||||
|
|
||||||
davical (1.1.13-1) unstable; urgency=medium
|
davical (1.1.13-1) unstable; urgency=medium
|
||||||
|
|
||||||
[ Andrew Ruthven ]
|
[ Andrew Ruthven ]
|
||||||
|
|||||||
2
debian/tests/phpunit
vendored
2
debian/tests/phpunit
vendored
@ -4,5 +4,5 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# 2) phpunit tests
|
# 2) phpunit tests
|
||||||
phpunit --include-path "/usr/share/davical:/usr/share/awl" testing/phpunit
|
phpunit --include-path "/usr/share/davical:/usr/share/awl" --do-not-cache-result testing/phpunit
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user