Skip to content

Commit a2aa6eb

Browse files
committed
Makefile: testcov pytest invocation should match the test invocation
1 parent 4b3dec7 commit a2aa6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ test: $(PYSOURCES)
149149

150150
## testcov : run the cwl-utils test suite and collect coverage
151151
testcov: $(PYSOURCES)
152-
pytest --cov ${PYTEST_EXTRA}
152+
python -m pytest -rsx --cov ${PYTEST_EXTRA}
153153

154154
sloccount.sc: $(PYSOURCES) Makefile
155155
sloccount --duplicates --wide --details $^ > $@

0 commit comments

Comments
 (0)