aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 45fe82e..e8eeaa4 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -298,12 +298,12 @@ runTest modProgs ps2@(psdImpl -> ProjSetupImpl{..}) topdir projdir cabal_file
runWithCwd :: FilePath -> String -> [String] -> IO ()
runWithCwd cwd x xs = do
- let ?verbose = (==1)
+ let ?verbose = (<=1)
callProcessStderr (Just cwd) [] x xs
run :: String -> [String] -> IO ()
run x xs = do
- let ?verbose = (==1)
+ let ?verbose = (<=1)
callProcessStderr Nothing [] x xs
test