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
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SDist
/
T7124
/
cabal-list.test.hs
blob
6d87bc30da743872f584d5ab3501ef607f14c519
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"
[
"--list-only"
,
"--output-directory"
,
tmpdir
,
"all"
]