Ben Kurtovic před 8 roky
rodič
revize
b40bae5728
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      lib/kgrader/submission.rb

+ 1
- 1
lib/kgrader/submission.rb Zobrazit soubor

@@ -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 }


Načítá se…
Zrušit
Uložit