[Pkg-owncloud-commits] [php-sabre-vobject] 105/106: Adapt path for tests

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:11:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 93d738f390783aa89955c9a73d75ab055413f588
Author: David Prévot <taffit at debian.org>
Date:   Fri Aug 22 10:26:45 2014 -0400

    Adapt path for tests
---
 debian/rules         | 2 +-
 debian/tests/control | 2 +-
 debian/tests/phpunit | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e7cafa..35cc52d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_clean:
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	cd tests && phpunit
+	cd tests && phpunit --include-path=..
 	phpcs -v --standard=tests/phpcs/ruleset.xml lib
 else
 	@echo "** tests disabled"
diff --git a/debian/tests/control b/debian/tests/control
index 8798618..c36408d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,4 +3,4 @@ Depends: @, php-codesniffer
 
 Tests: phpunit
 Restrictions: rw-build-tree
-Depends: @, php-symfony-classloader, phpunit, quilt
+Depends: @, php-symfony-classloader, phpunit
diff --git a/debian/tests/phpunit b/debian/tests/phpunit
index fcaf159..de13842 100755
--- a/debian/tests/phpunit
+++ b/debian/tests/phpunit
@@ -1,4 +1,3 @@
 #! /bin/sh
-quilt pop -f
 cd tests
 phpunit

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list