summaryrefslogtreecommitdiffstats
path: root/jjb/releng/automate.yml
diff options
context:
space:
mode:
authorSakala Venkata Krishna Rohit <rohitsakala@gmail.com>2017-07-06 15:39:06 +0530
committerSakala Venkata Krishna Rohit <rohitsakala@gmail.com>2017-07-06 10:11:49 +0000
commit9e1585e6cda9e046d123ad4d6f6902fccab663f0 (patch)
tree0af143e45956f92f383702082d474c692e09153c /jjb/releng/automate.yml
parent6b8f885df235649608e70a9a4337e8493705a32a (diff)
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 <rohitsakala@gmail.com>
Diffstat (limited to 'jjb/releng/automate.yml')
-rw-r--r--jjb/releng/automate.yml3
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: