Sync v2.0 version of code to github repo

This commit is contained in:
Jiang-Jia-Jun
2025-06-29 23:29:37 +00:00
parent d151496038
commit 92c2cfa2e7
597 changed files with 78776 additions and 22905 deletions

View File

@@ -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