diff --git a/run-integration-tests.sh b/run-integration-tests.sh index 579a7b662..12633addc 100755 --- a/run-integration-tests.sh +++ b/run-integration-tests.sh @@ -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