Description:
[grader] engine_spec: fix reg-ex new line problem, change test case for 1.5 sec submission (as the machine is a little faster)
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@150 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
r39:7a9b64601b9d - - 3 files changed: 3 inserted, 3 deleted
@@ -11,7 +11,7 | |||
|
11 | 11 | printf("%d\n",a+b); |
|
12 | 12 | |
|
13 | 13 | for(a=0; a<2; a++) { |
|
14 |
- while(c<1 |
|
|
14 | + while(c<1550000000) { | |
|
15 | 15 | c++; |
|
16 | 16 | b+=c; |
|
17 | 17 | } |
@@ -232,7 +232,7 | |||
|
232 | 232 | :graded_at= => nil, |
|
233 | 233 | :compiler_message= => '', |
|
234 | 234 | :grader_comment= => '', |
|
235 |
- :running_stat= => /[Ee]xit.*status.*10.*0.0 sec |
|
|
235 | + :running_stat= => /[Ee]xit.*status.*10.*0\.0 sec/m, | |
|
236 | 236 | :output_file_name= => lambda { |fname| |
|
237 | 237 | File.exists?(fname).should be_true |
|
238 | 238 | }, |
You need to be logged in to leave comments.
Login now