generated from Java-2025Fall/final-vibevault-template
修改run.sh,指定test_groups.json路径
This commit is contained in:
parent
ca19008b86
commit
76b8f6d443
@ -13,7 +13,7 @@ echo "\n1. 运行 Gradle 测试..."
|
|||||||
echo "\n2. 运行编程测试评分..."
|
echo "\n2. 运行编程测试评分..."
|
||||||
python3 ./.autograde/grade_grouped.py \
|
python3 ./.autograde/grade_grouped.py \
|
||||||
--junit-dir build/test-results/test \
|
--junit-dir build/test-results/test \
|
||||||
--groups test_groups.json \
|
--groups autograde/test_groups.json \
|
||||||
--out grade.json \
|
--out grade.json \
|
||||||
--summary summary.md
|
--summary summary.md
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user