mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 \
|
else \
|
||||||
py.test; \
|
py.test; \
|
||||||
fi; \
|
fi; \
|
||||||
STATUS=$?; \
|
STATUS="$$?"; \
|
||||||
set -e; \
|
set -e; \
|
||||||
[ "$(CI)" != "true" ] || codecov; \
|
[ "$(CI)" != "true" ] || codecov; \
|
||||||
[ "$(CI)" != "true" ] || scripts/upload-hypothesis-db.sh; \
|
[ "$(CI)" != "true" ] || scripts/upload-hypothesis-db.sh; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue