aboutsummaryrefslogtreecommitdiff
path: root/tests/CompileTest.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-16 03:52:33 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commitfe19006b6e4fe1ea3be52fd17c9ff70e24adcd78 (patch)
tree94bab9f77ad04ea5eb3a3ca43f84b0428e5a9059 /tests/CompileTest.hs
parent49a7727a99187c0c13d10b447d9f0db83212a955 (diff)
compile-test: Don't `cabal update` before tests
The CI script does that anyways
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r--tests/CompileTest.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs
index 9359260..47ae2e3 100644
--- a/tests/CompileTest.hs
+++ b/tests/CompileTest.hs
@@ -78,8 +78,6 @@ test args = do
setupHOME
- _ <- rawSystem "cabal" ["update"]
-
action
parseVer' :: String -> CabalVersion