mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix bug in makefile
This commit is contained in:
parent
0eda0984f2
commit
13772c67cd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -36,7 +36,7 @@ test:
|
|||
else \
|
||||
py.test; \
|
||||
fi; \
|
||||
STATUS=$?; \
|
||||
STATUS="$$?"; \
|
||||
set -e; \
|
||||
[ "$(CI)" != "true" ] || codecov; \
|
||||
[ "$(CI)" != "true" ] || scripts/upload-hypothesis-db.sh; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue