# HG changeset patch # User jittat # Date 2009-10-10 00:29:38 # Node ID fd1282d31714e853c9085603726f9075f22e3007 # Parent 7e5cbcab36ddb32d8761145139bcbe7a5471806e removed specific dir info from environment.rb.SAMPLE git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@426 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/config/environment.rb.SAMPLE b/config/environment.rb.SAMPLE --- a/config/environment.rb.SAMPLE +++ b/config/environment.rb.SAMPLE @@ -80,7 +80,9 @@ # To use ANALYSIS MODE, provide the testcases/testruns breakdown, # and the directory of the grading result (usually in judge's dir). TASK_GRADING_INFO_FILENAME = RAILS_ROOT + '/config/tasks.yml' -GRADING_RESULT_DIR = '/home/thailandoi/ytopc/judge/result' + +# TODO: change this to where results are kept. +GRADING_RESULT_DIR = 'RESULT-DIR' # Uncomment so that configuration is read only once when the server is loaded # Configuration.enable_caching