Skip to content

Commit ceaa9c5

Browse files
committed
Re #6720 Explore integration tests with verbosity
1 parent 9195945 commit ceaa9c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/lib/StackTest.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ testDir = getEnv "TEST_DIR"
121121
stack' :: HasCallStack => [String] -> IO ExitCode
122122
stack' args = do
123123
stackEnv <- stackExe
124-
run' stackEnv args
124+
run' stackEnv argsWithVerbosity
125+
where
126+
argsWithVerbosity = "--verbose" : args
125127

126128
stack :: HasCallStack => [String] -> IO ()
127129
stack args = do

0 commit comments

Comments
 (0)