Skip to content

Commit d383ba8

Browse files
committed
Make new-test hidden for now
1 parent 8a533bb commit d383ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ mainWorker args = topHandler $
285285
, regularCmd CmdConfigure.configureCommand CmdConfigure.configureAction
286286
, regularCmd CmdBuild.buildCommand CmdBuild.buildAction
287287
, regularCmd CmdRepl.replCommand CmdRepl.replAction
288-
, regularCmd CmdTest.testCommand CmdTest.testAction
288+
, hiddenCmd CmdTest.testCommand CmdTest.testAction
289289
, regularCmd CmdFreeze.freezeCommand CmdFreeze.freezeAction
290290
, regularCmd CmdHaddock.haddockCommand CmdHaddock.haddockAction
291291
]

0 commit comments

Comments
 (0)