mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove annoying extra arg again
This commit is contained in:
parent
cf8e89b5b4
commit
af4cb4624c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ test:
|
||||||
bash $(CODECOV_PATH) -c -F storage
|
bash $(CODECOV_PATH) -c -F storage
|
||||||
else
|
else
|
||||||
test:
|
test:
|
||||||
py.test $(PYTEST_ARGS) tests/
|
py.test $(PYTEST_ARGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue