disbale tests
This commit is contained in:
parent
36b2ed69bb
commit
39589a898c
12
debian/rules
vendored
12
debian/rules
vendored
@ -3,9 +3,9 @@
|
|||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=phppear --with phppear
|
dh $@ --buildsystem=phppear --with phppear
|
||||||
|
|
||||||
override_dh_auto_test:
|
#override_dh_auto_test:
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
set -e ;\
|
# set -e ;\
|
||||||
PKGDIR=$(shell ls | grep HTML) ;\
|
# PKGDIR=$(shell ls | grep HTML) ;\
|
||||||
phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests
|
# phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests
|
||||||
endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user