mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-12 11:55:53 +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
|
||||
else
|
||||
test:
|
||||
py.test $(PYTEST_ARGS) tests/
|
||||
py.test $(PYTEST_ARGS)
|
||||
endif
|
||||
|
||||
all:
|
||||
|
|
|
|||
Loading…
Reference in a new issue