Skip to content

Commit c4d42ca

Browse files
fix(tests): prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct
1 parent 5c461bd commit c4d42ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deps =
3737
sasl: kerberos
3838
commands =
3939
sasl: {toxinidir}/init_krb5.sh {envtmpdir}/kerberos \
40-
{toxinidir}/ensure-zookeeper-env.sh \
40+
/{toxinidir}/ensure-zookeeper-env.sh \
4141
nosetests {posargs: -d -v --with-coverage kazoo.tests}
4242

4343
[flake8]

0 commit comments

Comments
 (0)