Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a77ea0f

Browse files
committed
Allow custom nosetests parameters
The NOSETESTS variable can be used to support customizing the nosetests parameters. This allows providing custom nose parameters such as --with-coverage.
1 parent d29da4c commit a77ea0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
5555
endif
5656
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
5757

58-
NOSETESTS := nosetests
58+
NOSETESTS ?= nosetests
5959

6060
########################################################
6161

0 commit comments

Comments
 (0)