mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
correct the path of test case in judger
This commit is contained in:
parent
655b18421e
commit
69cc85eb01
@ -16,7 +16,7 @@ docker_config = {
|
|||||||
|
|
||||||
|
|
||||||
# 测试用例的路径,是主机上的实际路径
|
# 测试用例的路径,是主机上的实际路径
|
||||||
test_case_dir = "/var/mnt/source/test_case/"
|
test_case_dir = "/root/test_case/"
|
||||||
# 源代码路径,也就是 manage.py 所在的实际路径
|
# 源代码路径,也就是 manage.py 所在的实际路径
|
||||||
source_code_dir = "/var/mnt/source/OnlineJudge/"
|
source_code_dir = "/var/mnt/source/OnlineJudge/"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user