[Pkg-owncloud-commits] [php-sabre-vobject] 02/04: Improve clean up after tests
David Prévot
taffit at moszumanska.debian.org
Sun Oct 26 19:49:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabre-vobject.
commit c76a5bb973e3f7563694dc66e892474959bb5a1f
Author: David Prévot <taffit at debian.org>
Date: Sun Oct 26 15:33:47 2014 -0400
Improve clean up after tests
Git-Dch: Ignore
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 04b3d00..a5cb11d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
%:
dh $@ --with phpcomposer
+override_dh_auto_clean:
+ rm -rf tests/temp
+ dh_auto_clean
+
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
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