Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160040 Details for
Bug 231280
dev-util/mercurial-1.0.1-r3 test failures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mercurial-1.0.1-r3.ebuild.diff
mercurial-1.0.1-r3.ebuild.diff (text/plain), 1.26 KB, created by
Krzysztof Pawlik (RETIRED)
on 2008-07-10 10:48:24 UTC
(
hide
)
Description:
mercurial-1.0.1-r3.ebuild.diff
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2008-07-10 10:48:24 UTC
Size:
1.26 KB
patch
obsolete
>Index: mercurial-1.0.1-r3.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-1.0.1-r3.ebuild,v >retrieving revision 1.1 >diff -u -r1.1 mercurial-1.0.1-r3.ebuild >--- mercurial-1.0.1-r3.ebuild 4 Jul 2008 06:59:52 -0000 1.1 >+++ mercurial-1.0.1-r3.ebuild 10 Jul 2008 10:47:20 -0000 >@@ -81,6 +81,10 @@ > } > > src_test() { >+ local testdir="${T}/tests/tests" >+ mkdir -p "${testdir}" || die >+ chmod 777 "${T}/tests" >+ chmod 777 "${T}/tests/tests" > cd "${S}/tests/" > rm -f *svn* # Subversion tests fail with 1.5 > rm -f test-convert-baz* # GNU Arch baz >@@ -89,8 +93,18 @@ > rm -f test-convert-git* # git > rm -f test-convert-mtn* # monotone > rm -f test-convert-tla* # GNU Arch tla >+ rm -f test-command-template # Test is broken when ran as root >+ rm -f test-convert # Test is broken when ran as root >+ rm -f test-lock-badness # Test is broken when ran as root >+ rm -f test-permissions # Test is broken when ran as root >+ rm -f test-pull-permission # Test is broken when ran as root > einfo "Running Mercurial tests ..." >- python run-tests.py || die "test failed" >+ python \ >+ run-tests.py \ >+ --jobs=1 \ >+ --tmpdir="${testdir}" \ >+ --with-hg="${S}" \ >+ || die "test failed" > } > > pkg_postinst() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231280
: 160040 |
163165