Codebase list gramps / 2b6bb7c
Check for nocheck with DEB_BUILD_OPTIONS in debian/rules Ross Gammon 5 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010
1111 # Override auto test to enable node tests
1212 override_dh_auto_test:
13 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
1314 HOME=$(CURDIR)/build \
1415 nosetests3 -vv \
1516 --exclude=TestcaseGenerator \
1718 --exclude=test4_arbitrary_uncode_path \
1819 --exclude-dir=gramps/plugins/test/ \
1920 gramps
21 endif
2022
2123 # Override of auto_install to remove information from package
2224 override_dh_auto_install: