mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
fix run-integration-test.sh to run without arguments
This commit is contained in:
@@ -25,9 +25,9 @@ fi
|
||||
pushd python
|
||||
toxargs="$@"
|
||||
if [ -e liveconfig ]; then
|
||||
toxargs="--liveconfig liveconfig $@"
|
||||
toxargs="--liveconfig liveconfig tests/ $@"
|
||||
fi
|
||||
tox $toxargs
|
||||
tox -- $toxargs
|
||||
ret=$?
|
||||
popd
|
||||
exit $ret
|
||||
|
||||
Reference in New Issue
Block a user