Listup outputs
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Mon, 11 Nov 2019 11:11:27 +0000 (20:11 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Mon, 11 Nov 2019 11:11:27 +0000 (20:11 +0900)
Change-Id: Id984ca97a1dd7719555079e6373720d37324a5fb

build.template

index 8353dee..bb1d2a3 100644 (file)
@@ -89,6 +89,9 @@ for rs in $rs_list; do
   fi
 done
 
+echo "OUTPUT CONTENTS..."
+ls -al ${SHARE_ROOT}
+
 #FIXME: Check 64 bit rootstraps for mobile profile.
 #if [[ $BUILD_TYPE = "SUBMIT" ]] && [[ $PROFILE = "mobile" ]]; then
 #  if [[ $rs_list = *"device64"* ]] && [[ $rs_list = *"emulator64"* ]]; then