mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Rename
This commit is contained in:
parent
38b692b17c
commit
d83630443b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user