From: Thanh Ha Date: Fri, 18 Aug 2017 19:22:27 +0000 (-0400) Subject: Add .jjb-test to tox jjb command X-Git-Tag: v0.7.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=244a6ee85efd64816ae2727b8720b50f7ff19dc7;p=releng%2Fglobal-jjb.git Add .jjb-test to tox jjb command This directory needs to be explicitly added for tests to run when calling `tox -e jjb`. Change-Id: I38fc6fff2bab79d03298acff768ecffbb6c25c9a Signed-off-by: Thanh Ha --- diff --git a/tox.ini b/tox.ini index 06424c0d..a6d47a86 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ commands = deps = jenkins-job-builder commands = - jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir} + jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}:.jjb-test [testenv:jjb-compare-xml] deps =