fix: cases path
This commit is contained in:
parent
591d6d552e
commit
994137af85
|
@ -61,7 +61,7 @@ def get_executor_with_config(
|
|||
else []
|
||||
),
|
||||
copy_in={
|
||||
file: result.CmdFile(src=f"/home/tt/.config/joj/tools/{file}")
|
||||
file: result.CmdFile(src=f"/home/tt/.config/joj/{file}")
|
||||
# all copyin files store in this tools folder
|
||||
# are there any corner cases
|
||||
for file in copy_in_files
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
"cpuSetLimit": "",
|
||||
"copyIn": {
|
||||
"tools/compile": {
|
||||
"src": "/home/tt/.config/joj/tools/tools/compile",
|
||||
"src": "/home/tt/.config/joj/tools/compile",
|
||||
"max": 419430400
|
||||
}
|
||||
},
|
||||
|
@ -243,7 +243,7 @@
|
|||
"cpuSetLimit": "",
|
||||
"copyIn": {
|
||||
"tools/filelength": {
|
||||
"src": "/home/tt/.config/joj/tools/tools/filelength",
|
||||
"src": "/home/tt/.config/joj/tools/filelength",
|
||||
"max": 419430400
|
||||
}
|
||||
},
|
||||
|
@ -352,7 +352,7 @@
|
|||
"cpuSetLimit": "",
|
||||
"copyIn": {
|
||||
"tests/homework/h7/.clang-tidy": {
|
||||
"src": "/home/tt/.config/joj/tools/tests/homework/h7/.clang-tidy",
|
||||
"src": "/home/tt/.config/joj/tests/homework/h7/.clang-tidy",
|
||||
"max": 419430400
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user