From: Sakala Venkata Krishna Rohit Date: Thu, 6 Jul 2017 10:09:06 +0000 (+0530) Subject: Bugfix for failure of reporting verify job X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9e1585e6cda9e046d123ad4d6f6902fccab663f0;p=releng.git Bugfix for failure of reporting verify job Prefer to run unit tests from the directory in which unit test script is present as errors are being raised if it is being run from other directories. Change-Id: Ifa2000ac333f2e985feeae76c0040a1831f60253 Signed-off-by: Sakala Venkata Krishna Rohit --- 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: