From 7477610a358a95e6f01e386e6fa1a5be6de123b3 Mon Sep 17 00:00:00 2001 From: Rodrigo Mesquita Date: Thu, 29 Feb 2024 16:34:17 +0000 Subject: [PATCH] Revert "Normal verbose" This reverts commit 7ea58381f5c754888e148eb50b5ad2bc677e1e13. --- .../UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs b/cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs index 6bec16ea5e1..4a1530d5214 100644 --- a/cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs +++ b/cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs @@ -234,7 +234,7 @@ mkTestExtLangPC exts langs mPkgConfigDb db label targets result = , testGoalOrder = Nothing , testConstraints = [] , testSoftConstraints = [] - , testVerbosity = normal + , testVerbosity = verbose , testDb = db , testSupportedExts = exts , testSupportedLangs = langs