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