Skip to content

Commit fa3d7e4

Browse files
committed
fix mistake in debian/rules
1 parent 1314a63 commit fa3d7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ include /usr/share/cdbs/1/class/python-distutils.mk
88

99
build/python-simplegeo-shared::
1010
pyflakes simplegeo/shared
11-
python-coverage run --branch --include=simplegeo/* setup.py test -s simplegeo.context.test
11+
python-coverage run --branch --include=simplegeo/* setup.py test -s simplegeo.shared.test
1212
python-coverage html -d $(ARTIFACTS)/htmlcov

0 commit comments

Comments
 (0)