forked from filipg/gonito
take precision
This commit is contained in:
parent
14c5c59aaa
commit
6784d8cec5
@ -120,7 +120,7 @@ checkTestDir chan challengeId challenge commit testDir = do
|
|||||||
testChecksum=(SHA1 checksum),
|
testChecksum=(SHA1 checksum),
|
||||||
testCommit=commit,
|
testCommit=commit,
|
||||||
testActive=True,
|
testActive=True,
|
||||||
testPrecision=Nothing }
|
testPrecision=geoPrecision opts}
|
||||||
return ()
|
return ()
|
||||||
else
|
else
|
||||||
msg chan $ concat ["Test dir ", (T.pack testDir), " does not have expected results."]
|
msg chan $ concat ["Test dir ", (T.pack testDir), " does not have expected results."]
|
||||||
|
Loading…
Reference in New Issue
Block a user