Description:
testdata import now looks for *1*.in when finding raw dir git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r206:14c27e1a6e89 - - 1 file changed: 1 inserted, 1 deleted

@@ -49,7 +49,7
49
49
50 system(cmd)
50 system(cmd)
51
51
52 - files = Dir["#{extract_dir}/**/1*.in"]
52 + files = Dir["#{extract_dir}/**/*1*.in"]
53 return nil if files.length==0
53 return nil if files.length==0
54
54
55 return File.dirname(files[0])
55 return File.dirname(files[0])
You need to be logged in to leave comments. Login now