diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/automate.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index 4bea7032c..cca4f5e6b 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -82,7 +82,8 @@ builders: - shell: | - bash ./utils/test/{module}/run_test.sh + cd ./utils/test/{module}/ + bash run_test.sh publishers: - junit: |