[Test] Only git-clean ignored files

This commit is contained in:
Nikolay Yakimov 2016-08-28 23:59:55 +03:00
parent f8acb77e6b
commit 8352b0207c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ main = do
, "test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d"]
genGhcPkgCache dir = system $ "ghc-pkg recache --force -f" ++ dir
let cleanCmd = "git clean -dxf test/data/"
let cleanCmd = "git clean -dXf test/data/"
putStrLn $ "$ " ++ cleanCmd
void $ system cleanCmd
void $ system "cabal --version"