mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 00:33:03 +08:00
Sync v2.0 version of code to github repo
This commit is contained in:
@@ -51,7 +51,7 @@ test_files=$(find test -type f -name "test*.py")
|
||||
# 遍历每个找到的测试文件
|
||||
for test_file in $test_files; do
|
||||
python $test_file
|
||||
|
||||
|
||||
# 检查前一个命令的退出状态码
|
||||
if [ $? -ne 0 ]; then
|
||||
echo $test_file
|
||||
@@ -60,4 +60,4 @@ for test_file in $test_files; do
|
||||
done
|
||||
|
||||
echo "All tests passed."
|
||||
exit 0
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user