From 49b557dcae32250e8e06c4de895c0b7ba0e8009e Mon Sep 17 00:00:00 2001 From: Shakeeb Date: Sat, 27 Aug 2016 10:04:03 -0500 Subject: SBE code restructure: moving obj directory Change-Id: Iec889b4bbcf895d5f7e794f45eb0c9d5cfa8c624 RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28874 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS Reviewed-by: Sachin Gupta --- sbe/test/citest/populate-sandbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbe/test') diff --git a/sbe/test/citest/populate-sandbox b/sbe/test/citest/populate-sandbox index 7df47896..4e2e2f10 100755 --- a/sbe/test/citest/populate-sandbox +++ b/sbe/test/citest/populate-sandbox @@ -44,8 +44,8 @@ mkdir -p $SBETESTDIR || exit -1 mkdir -p $SBEFW_IMG_DIR || exit -1 # Copy sbe binaries -cp $SBEROOT/sbe/obj/*.bin $SBEFW_IMG_DIR/ || exit -1 -cp $SBEROOT/sbe/obj/simics.tar $SBEFW_DIR/ || exit -1 +cp $SBEROOT/obj/*.bin $SBEFW_IMG_DIR/ || exit -1 +cp $SBEROOT/obj/simics.tar $SBEFW_DIR/ || exit -1 # Compile sbe code in sandbox to copy binaries at right place echo "---Setup sandbox for sbe binaries." -- cgit v1.2.1