diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:17:09 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:18:12 +0200 |
commit | ae459ae52250ef92344efec418d8d30b518d57c1 (patch) | |
tree | a0760aef3132868713bea67e9c6f81ba4134ff63 | |
parent | 7b4f759047e6b0c22c4e2d9920c6aaff3eb6f896 (diff) |
Fix jjb path
Change-Id: I43ec073404df9df913a04ff3b87b1ed83a9fb327
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ deps = [testenv:jjb] commands= - jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb/functest/functest-pi.yaml + jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb [testenv:docs] commands = |