From: Nibha Sharma Date: Wed, 11 Nov 2020 09:43:29 +0000 (+0530) Subject: [ITC][script][NonACR][Removed tizeniot false check] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d5d301945c18de95f176c0becce25a7b7196bd0;p=test%2Ftct%2Fnative%2Fapi.git [ITC][script][NonACR][Removed tizeniot false check] Change-Id: I2d383c327ae183b5c6e60f2bbee66d64f0866dc8 Signed-off-by: Nibha Sharma --- diff --git a/scripts_tpk/tpkbuild.sh b/scripts_tpk/tpkbuild.sh index 3142ae832..40d80e436 100755 --- a/scripts_tpk/tpkbuild.sh +++ b/scripts_tpk/tpkbuild.sh @@ -141,7 +141,7 @@ function install { IS_COVERAGE=0 if [ "$ARCH_TYPE" != "arm" ] ; then - if [[ ("$PROFILE_TYPE" == "tv") || ("$PROFILE_TYPE" == "tizeniot") ]] ; then + if [[ ("$PROFILE_TYPE" == "tv") ]] ; then echo "$PROFILE_TYPE profile is not buildable and installable for $ARCH_TYPE architecture" exit 1; fi