We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df1173 + 15a3d93 commit 980a0a4Copy full SHA for 980a0a4
src/cephadm/tox.ini
@@ -62,7 +62,7 @@ deps =
62
flake8-quotes
63
commands =
64
flake8 --config=tox.ini {posargs:cephadm.py cephadmlib}
65
- bash -c 'test $(git ls-files 'cephadm.py' 'cephadmlib/*.py' | xargs grep "docker.io" | wc -l) == 11'
+ bash -c 'test $(git ls-files 'cephadm.py' 'cephadmlib/*.py' | sort -u | xargs grep "docker.io" | wc -l) == 11'
66
# Downstream distributions may choose to alter this "docker.io" number,
67
# to make sure no new references to docker.io are creeping in unnoticed.
68
0 commit comments