Skip to content

Commit

Permalink
fix(tests): prefix with toxinidir variable with a / to ensure path to…
Browse files Browse the repository at this point in the history
… ensure-zookeeper-env.sh is correct
  • Loading branch information
StephenSorriaux committed Feb 23, 2020
1 parent 5c461bd commit c4d42ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deps =
sasl: kerberos
commands =
sasl: {toxinidir}/init_krb5.sh {envtmpdir}/kerberos \
{toxinidir}/ensure-zookeeper-env.sh \
/{toxinidir}/ensure-zookeeper-env.sh \
nosetests {posargs: -d -v --with-coverage kazoo.tests}

[flake8]
Expand Down

0 comments on commit c4d42ca

Please sign in to comment.