forked from filipg/gonito
fix mutiple metrics
This commit is contained in:
parent
32f0d1eb12
commit
d7c656217f
@ -348,7 +348,7 @@ checkOrInsertEvaluation repoDir chan out = do
|
||||
|
||||
rawEval :: FilePath -> Metric -> FilePath -> Text -> IO (Either GEvalException (Either (ParserResult GEvalOptions) (GEvalOptions, Maybe [MetricValue])))
|
||||
rawEval challengeDir metric repoDir name = Import.try (runGEvalGetOptions [
|
||||
"--metric", (show metric),
|
||||
"--alt-metric", (show metric),
|
||||
"--expected-directory", challengeDir,
|
||||
"--out-directory", repoDir,
|
||||
"--test-name", (T.unpack name)])
|
||||
|
Loading…
Reference in New Issue
Block a user