Add logging and assertions on output to cyclical test
[cabal.git] / cabal-testsuite / PackageTests / Backpack / T6385 / cabal.test.hs
blob1555552cd086210dfab0ec374fec35ac68f18cb7
1 import Test.Cabal.Prelude
2 main = withShorterPathForNewBuildStore $ \storeDir ->
3 cabalTest $ do
4 skipUnlessGhcVersion ">= 8.1"
5 skipIfWindows -- TODO: https://github.com/haskell/cabal/issues/6271
6 withRepo "repo" $ do
7 cabalG ["--store-dir=" ++ storeDir] "v2-build" ["T6385"]