mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: travis: don't doctest ledger-parse
This commit is contained in:
parent
d5178d2dc9
commit
55fb5424e9
@ -6,5 +6,5 @@ import Test.DocTest
|
||||
|
||||
main = do
|
||||
fs1 <- filter (not . isInfixOf "/.") <$> glob "Hledger/**/*.hs"
|
||||
fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
|
||||
doctest $ ["Hledger.hs"] ++ fs1 ++ fs2
|
||||
-- fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
|
||||
doctest $ ["Hledger.hs"] ++ fs1 -- ++ fs2
|
||||
|
Loading…
Reference in New Issue
Block a user