1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
This commit is contained in:
Timothy Clem 2018-09-18 08:36:40 -07:00
parent 38b692b17c
commit d83630443b

View File

@ -47,7 +47,7 @@ main = withOptions opts $ \ config logger statter -> hspec . parallel $ do
then pendingWith $ "Known parse failures " <> show (const "Assignment: OK" <$> res)
else res `shouldSatisfy` isRight
setupExampleRepos = readProcess "script/setup-example-repos" mempty mempty >>= print
setupExampleRepos = readProcess "script/clone-example-repos" mempty mempty >>= print
opts = defaultOptions { optionsFailOnWarning = True, optionsLogLevel = Nothing }
knownFailuresForPath :: FilePath -> Maybe FilePath -> IO [FilePath]