Skip to content

Commit

Permalink
Remove obsolete new-run test
Browse files Browse the repository at this point in the history
It tested for failure when running a test-only package, but now we
support new-running them.
  • Loading branch information
fgaz committed Nov 9, 2017
1 parent 40cf289 commit fc255a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions cabal-install/tests/IntegrationTests2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,6 @@ testTargetProblemsRun config reportSubCase = do
[ ( CmdRun.TargetProblemNoTargets, mkTargetPackage "p-0.1" )
]

reportSubCase "test-only"
assertProjectTargetProblems
"targets/test-only" config
CmdRun.selectPackageTargets
CmdRun.selectComponentTarget
CmdRun.TargetProblemCommon
[ ( CmdRun.TargetProblemNoExes, mkTargetPackage "p-0.1" )
]

reportSubCase "variety"
assertProjectTargetProblems
"targets/variety" config
Expand Down

This file was deleted.

0 comments on commit fc255a3

Please sign in to comment.