summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-27 13:19:31 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-03-29 14:56:31 -0500
commit85e898e7c68ebd6f15e2134d5b74cadf5c7f41c4 (patch)
tree4dd7b3798c1f15e66ed7d7398275caf71ac81c70 /src/build/citest
parent8684bd3d5656797931b455ff6aae7d2be3b12eed (diff)
downloadtalos-hostboot-85e898e7c68ebd6f15e2134d5b74cadf5c7f41c4.tar.gz
talos-hostboot-85e898e7c68ebd6f15e2134d5b74cadf5c7f41c4.zip
Edit autocitest to handle hbTrace.log generated in /src/
Axone and onward this log is being generated in /src/ so we need to account for this otherwise we are unable to see hb traces in CI fails Change-Id: I5221b415aa16f5acdb150bb0572bc99661559166 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75107 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Camvan T. Nguyen <ctnguyen@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/citest')
-rwxr-xr-xsrc/build/citest/autocitest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest
index 62cfac804..0cb8d078f 100755
--- a/src/build/citest/autocitest
+++ b/src/build/citest/autocitest
@@ -94,7 +94,7 @@ function runtraceHB()
exit 1
fi
- mv ${SANDBOXBASE}/simics/traceHB.log ${SBXHOME}/traceHB.log
+ find ${SANDBOXBASE} -type f -name "traceHB.log" | xargs mv -t ${SBXHOME}
}
OpenPOWER on IntegriCloud