summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-26 13:30:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-07-09 13:16:20 -0500
commit6c082570bd75c86e54b28925de08143136f21f0c (patch)
treeac1681f119257c739b6fc471e488fba6d256df0c /src/build/tools
parent035e5f85fe8b3f1936f74c5fa424d6bf214ab67f (diff)
downloadtalos-hostboot-6c082570bd75c86e54b28925de08143136f21f0c.tar.gz
talos-hostboot-6c082570bd75c86e54b28925de08143136f21f0c.zip
Add command echo to sandbox executor
Print out the command being run inside the ode sandbox whenever execute_in_sandbox is called. Change-Id: I6c1a78a93860eddaf7f99d88cb402609d2b4e166 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79549 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index 44e0d2183..e086ad5b0 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -39,6 +39,7 @@ execute_in_sandbox()
echo $1 > ${SANDBOXBASE}/src/sandbox_execute_cmd
chmod 700 ${SANDBOXBASE}/src/sandbox_execute_cmd
+ echo "Sandbox :: $1"
${WORKON_CMD} -c ./sandbox_execute_cmd
@@ -360,9 +361,7 @@ hb_simsetup()
needs_machine_variable
if [ "${MACHINE}" == "AXONE" ]; then
- echo "mkdir -p ${SANDBOXBASE}/simics"
execute_in_sandbox "mkdir -p ${SANDBOXBASE}/simics" "ppc"
- echo "tar ${SIMICS_LEVEL} -C ${SANDBOXBASE}/simics/"
execute_in_sandbox "tar -xf ${SIMICS_LEVEL} -C ${SANDBOXBASE}/simics/" "ppc"
echo "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh"
execute_in_sandbox "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh" "ppc"
OpenPOWER on IntegriCloud