From 9922cf08e18199baca59f545a35c3d627c17b526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 12 Aug 2014 18:12:12 +0200 Subject: [PATCH] Generate cabal.sandbox.config in test/data/broken-cabal --- test/Main.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Main.hs b/test/Main.hs index 0948f3a..93bdb76 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -11,7 +11,9 @@ import TestUtils main = do let sandboxes = [ "test/data", "test/data/check-packageid" - , "test/data/duplicate-pkgver/" ] + , "test/data/duplicate-pkgver/" + , "test/data/broken-cabal/" + ] genSandboxCfg dir = withDirectory dir $ \cwd -> do system ("sed 's|@CWD@|" ++ cwd ++ "|g' cabal.sandbox.config.in > cabal.sandbox.config") pkgDirs =