Ben Kurtovic пре 8 година
родитељ
комит
b40bae5728
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      lib/kgrader/submission.rb

+ 1
- 1
lib/kgrader/submission.rb Прегледај датотеку

@@ -194,7 +194,7 @@ module KGrader
end

def run_test(test)
return if test[:score] == text[:max] # Can't superscore the max score
return if test[:score] == test[:max] # Can't superscore the max score

test[:depends].each do |depname|
dep = @tests.find { |t| t[:name] == depname }


Loading…
Откажи
Сачувај