Bugfix for failure of reporting verify job 11/37011/2
authorSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Thu, 6 Jul 2017 10:09:06 +0000 (15:39 +0530)
committerSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Thu, 6 Jul 2017 10:11:49 +0000 (10:11 +0000)
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>
jjb/releng/automate.yml

index 4bea703..cca4f5e 100644 (file)
@@ -82,7 +82,8 @@
 
     builders:
         - shell: |
-            bash ./utils/test/{module}/run_test.sh
+            cd ./utils/test/{module}/
+            bash run_test.sh
 
     publishers:
         - junit: