adapte to python v3.11.4

Signed-off-by: Luming <luming29@huawei.com>
This commit is contained in:
Luming 2024-07-05 04:21:19 +00:00 committed by Gitee
parent b91825b2eb
commit 1480f750cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -88,7 +88,7 @@ do_make() {
cd $BASE_HOME
HATS_ROOT="$BASE_HOME/test/xts/hats"
${BASE_HOME}/prebuilts/python/linux-x86/3.10.2/bin/python3 -B ${HATS_ROOT}/check_hvigor.py
${BASE_HOME}/prebuilts/python/linux-x86/current/bin/python3 -B ${HATS_ROOT}/check_hvigor.py
if [ "$?" != 0 ]; then
exit 1
fi