summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2019-09-29 14:07:20 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2019-09-29 14:44:01 +0800
commite961ab783887a9c44d2a321df646f1c49f83b299 (patch)
tree1b4f9fde75100aab1054097aa305105b127a66df /tox.ini
parent7bba7d67beec7b3db26ab1319bf4080565053096 (diff)
use hostname without domain name & fix the `find` command in tox
Change-Id: I719c46a8b5407b565cf0b6df4cd9b4c95a6a8ce5 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8f734fcd..c6c185ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ passenv =
SSH_KEY
changedir = {toxinidir}/doctor_tests
commands = doctor-test
- /bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
+ /usr/bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
[testenv:pep8]
changedir = {toxinidir}