repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SDist
/
T7124
/
cabal.test.hs
blob
5e69370a088d8aa27d849c3254d39a7fc41b442c
1
import
Test
.
Cabal
.
Prelude
2
3
-- Issue 7124
4
-- when we sdist, error should tell which package caused the failure
5
6
main
::
IO
()
7
main
=
cabalTest
$
do
8
tmpdir
<-
fmap
testTmpDir getTestEnv
9
fails
$
cabal
"v2-sdist"
[
"--output-directory"
,
tmpdir
,
"all"
]