Skip to content
Snippets Groups Projects
Commit c7959790 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

tests: remove now-redundant doctest runs from `make tests`

parent 80b8188a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
all: help
tests:
$(PYTHON) -m doctest hggit/*.py contrib/*.py
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
test-%:
......@@ -20,7 +19,6 @@
@echo "Path to crew repo is $(CREW) - set this with CREW= if needed."
hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \
(cd $(CREW) ; $(MAKE) clean local) && \
PYTHONPATH=$(CREW) $(PYTHON) -m doctest hggit/*.py contrib/*.py && \
cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
# This is intended to be the authoritative list of Hg versions that this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment