Show More
Commit Description:
allow __NR_time in box...
Commit Description:
allow __NR_time in box
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@266 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
config/env_grading.rb.SAMPLE
| 19 lines
| 605 B
| text/plain
| TextLexer
|
|
r23 | # | ||
# See documentation in lib/configuration.rb | ||||
# | ||||
|
r22 | Grader::Initializer.run do |config| | ||
|
r23 | config.problems_dir = GRADER_ROOT + "/../ev" | ||
config.user_result_dir = GRADER_ROOT + "/../result" | ||||
|
r22 | |||
config.talkative = true | ||||
|
r23 | config.logging = true | ||
config.log_dir = GRADER_ROOT + "/../log" | ||||
|
r22 | |||
config.report_grader = true | ||||
|
r23 | config.test_request_input_base_dir = RAILS_ROOT + "/data/test_request/input" | ||
config.test_request_output_base_dir = RAILS_ROOT + "/data/test_request/output" | ||||
config.test_request_problem_templates_dir = config.problems_dir + "/test_request" | ||||
config.comment_report_style = :full | ||||
|
r22 | end | ||