Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551194

Summary: sys-devel/gdb: incorrect use of nonfatal
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WONTFIX    
Severity: normal CC: qa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-04 09:45:23 UTC
src_test() {
    nonfatal emake check || ewarn "tests failed"
}

This is just plain wrong. src_test() is *supposed to die* if tests fail. If you don't want Portage to die, use FEATURES=test-fail-continue.
Comment 1 SpanKY gentoo-dev 2015-06-04 14:49:06 UTC
g'luck with that.  i'm not aware of the testsuite ever passing.