This commit is contained in:
holger krekel
2019-07-01 18:06:16 +02:00
parent d1593f0258
commit 06e16c81f9
3 changed files with 39 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ fi
pushd python
toxargs="$@"
if [ -e liveconfig ]; then
toxargs="--liveconfig liveconfig tests/ $@"
toxargs="--liveconfig liveconfig $@"
fi
tox -- $toxargs
ret=$?