Several fixes to the intergration tests

- Pass extra_link_args when using an installed libdeltachat
- Allow setting the liveconfig by envvar
- Show lifeconfig path in the pytest summary line
- Pass required envvars through tox
- Fix broken liveconfig passing in run-integration-test.sh
This commit is contained in:
Floris Bruynooghe
2019-07-20 23:23:00 +02:00
parent f58b1d66c2
commit 5ee8f8cb59
4 changed files with 25 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ commands =
passenv =
TRAVIS
DCC_RS_DEV
DCC_RS_TARGET
DCC_PY_LIVECONFIG
deps =
pytest
pytest-faulthandler