File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Distribution/Client/Init/Interactive
tests/UnitTests/Distribution/Client/Init Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ genTestTarget
238
238
=> InitFlags
239
239
-> InstalledPackageIndex
240
240
-> m (Maybe TestTarget )
241
- genTestTarget flags pkgs = initializeTestSuitePrompt ( flags {initializeTestSuite = NoFlag }) >>= go
241
+ genTestTarget flags pkgs = initializeTestSuitePrompt flags >>= go
242
242
where
243
243
go initialized
244
244
| not initialized = return Nothing
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ createProjectTest pkgIx srcDb = testGroup "createProject tests"
71
71
, dependencies = Flag []
72
72
}
73
73
74
- case (_runPrompt $ createProject silent pkgIx srcDb dummyFlags') (fromList [" y " , " 3" , " quxTest/Main.hs" ]) of
74
+ case (_runPrompt $ createProject silent pkgIx srcDb dummyFlags') (fromList [" 3" , " quxTest/Main.hs" ]) of
75
75
Right (ProjectSettings opts desc (Just lib) (Just exe) (Just test), _) -> do
76
76
_optOverwrite opts @?= False
77
77
_optMinimal opts @?= False
You can’t perform that action at this time.
0 commit comments