mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Don't pass -k to py.test when doing make test/test_foo.py
As py.test then complains about "Wrong expression passed to '-k'"
This commit is contained in:
parent
32cc51c391
commit
8d15eb970e
2
Makefile
2
Makefile
@ -83,7 +83,7 @@ usage:
|
|||||||
# Make it possible to run make specifying a py.test test file
|
# Make it possible to run make specifying a py.test test file
|
||||||
.PHONY: $(PYTESTS)
|
.PHONY: $(PYTESTS)
|
||||||
$(PYTESTS):
|
$(PYTESTS):
|
||||||
@$(MAKE) test testargs="-k $@ $(testargs)"
|
@$(MAKE) test testargs="$@ $(testargs)"
|
||||||
%.py:
|
%.py:
|
||||||
@$(MAKE) test testargs="-k $@ $(testargs)"
|
@$(MAKE) test testargs="-k $@ $(testargs)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user