mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 00:50:56 +00:00
adapte to python v3.11.4
Signed-off-by: Luming <luming29@huawei.com>
This commit is contained in:
parent
b91825b2eb
commit
1480f750cc
2
build.sh
2
build.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user