From 244a6ee85efd64816ae2727b8720b50f7ff19dc7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 18 Aug 2017 15:22:27 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.16.6