Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236875 Details for
Bug 294634
app-crypt/mdcrack has interactive test phase
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Diff for the current ebuild to make it use the non-interactive tests and check for failures
mdcrack-1.2.ebuild.diff (text/plain), 711 bytes, created by
Dane Smith (RETIRED)
on 2010-06-29 03:21:15 UTC
(
hide
)
Description:
Diff for the current ebuild to make it use the non-interactive tests and check for failures
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-06-29 03:21:15 UTC
Size:
711 bytes
patch
obsolete
>--- mdcrack-1.2.ebuild 2009-02-10 11:35:39.000000000 -0500 >+++ /root/mdcrack-1.2.ebuild 2010-06-28 23:02:19.000000000 -0400 >@@ -17,7 +17,8 @@ > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-gcc4.diff \ >- "${FILESDIR}"/${P}-asneeded.patch >+ "${FILESDIR}"/${P}-asneeded.patch \ >+ "${FILESDIR}"/${P}-remove-interactive-test.diff > } > > src_compile() { >@@ -31,7 +32,21 @@ > } > > src_test() { >+ local failure=false > make CC="$(tc-getCC)" fulltest || die "self test failed" >+ >+ for i in {1..20}; do >+ if grep "Collision found" out$i ; then >+ elog "Test $i: Passed" >+ else >+ elog "Test $i: Failed" >+ failure=true >+ fi >+ done >+ >+ if $failure; then >+ die "Some tests failed" >+ fi > } > > src_install() {
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 Raw
Actions:
View
Attachments on
bug 294634
:
236873
| 236875 |
236877