[Pkg-owncloud-commits] [php-sabredav] 218/220: Adapt phpunit calls to phpunit.xml.dist renaming
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 888ebe7276c90c897b385d4fefee40fdd9ff0128
Author: David Prévot <taffit at debian.org>
Date: Wed May 11 20:39:10 2016 -0400
Adapt phpunit calls to phpunit.xml.dist renaming
---
debian/rules | 2 +-
debian/tests/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 997ca78..8587dcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_clean:
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
- phpunit --configuration tests/phpunit.xml
+ phpunit --configuration tests/phpunit.xml.dist
phpcs -p --standard=tests/phpcs/ruleset.xml lib
else
@echo "** tests disabled"
diff --git a/debian/tests/control b/debian/tests/control
index 023ddf6..764e869 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
Test-Command: phpcs -p --standard=tests/phpcs/ruleset.xml /usr/share/php/Sabre/*DAV*
Depends: @, php-codesniffer
-Test-Command: mkdir --parents vendor && phpab --output vendor/autoload.php --basedir vendor --template debian/autoload.tests.php.tpl tests/Sabre && phpunit --configuration tests/phpunit.xml
+Test-Command: mkdir --parents vendor && phpab --output vendor/autoload.php --basedir vendor --template debian/autoload.tests.php.tpl tests/Sabre && phpunit --configuration tests/phpunit.xml.dist
Restrictions: rw-build-tree
Depends: @, php-curl, php-sqlite3, phpab, phpunit
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list