Description:
changed default dir for ev-exam
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@415 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r74:c9718f82316c - - 1 file changed: 1 inserted, 1 deleted
@@ -1,12 +1,12 | |||
|
1 | 1 | # |
|
2 | 2 | # See documentation in lib/configuration.rb |
|
3 | 3 | # |
|
4 | 4 | Grader::Initializer.run do |config| |
|
5 | 5 | |
|
6 | - config.problems_dir = GRADER_ROOT + "/../ev" | |
|
6 | + config.problems_dir = GRADER_ROOT + "/../ev-exam" | |
|
7 | 7 | config.user_result_dir = GRADER_ROOT + "/../result" |
|
8 | 8 | |
|
9 | 9 | config.talkative = true |
|
10 | 10 | config.logging = true |
|
11 | 11 | config.log_dir = GRADER_ROOT + "/../log" |
|
12 | 12 |
You need to be logged in to leave comments.
Login now