Remove generated zuul content
When running tox -e zuul locally, some files are not deleted which results in strange or wrong results. Remove the generated data files before each run. Change-Id: Ic8bd50b4d969d27ac99d743cb0be94019691fd2b
This commit is contained in:
parent
cfaf30c97e
commit
fdea47b3cf
3
tox.ini
3
tox.ini
@ -73,7 +73,10 @@ commands =
|
|||||||
[testenv:zuul]
|
[testenv:zuul]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = PyYAML
|
deps = PyYAML
|
||||||
|
whitelist_externals =
|
||||||
|
rm
|
||||||
commands =
|
commands =
|
||||||
|
rm -rf .test/jenkins-job-builder/.test/new/out
|
||||||
{toxinidir}/tools/run-layout.sh
|
{toxinidir}/tools/run-layout.sh
|
||||||
{toxinidir}/tools/layout-checks.py
|
{toxinidir}/tools/layout-checks.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user