!15540 [MS][LITE][Daily CI]in cpu tar, run benchmark dependecy on hiai so file

From: @sunsuodong
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
This commit is contained in:
mindspore-ci-bot 2021-04-23 09:18:09 +08:00 committed by Gitee
commit ffc6397139
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ checkopts()
esac
done
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" ]]; then
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" && "X$COMPILE_LITE" != "Xon" ]]; then
echo "WARNING:Option -e can't be set while option -t on/ut is set, reset device to empty."
DEVICE=""
fi