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

Bug 650568

Summary: sys-apps/portage: Please add a CLI option to enable tests only on directly specified packages
Product: Portage Development Reporter: Michał Górny <mgorny>
Component: Core - External InteractionAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: hydrapolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=675284
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-15 15:29:03 UTC
As a member of proxy-maint, I frequently want to test user-submitted ebuilds but at the same time I don't want to waste time and failures testing their dependencies. Therefore, I would really appreciate an option that would enable FEATURES=test for packages specified directly on the command-line while merging their dependencies without (added) FEATURES=test.
Comment 1 Zac Medico gentoo-dev 2018-03-15 19:02:55 UTC
You can get close to this by using emerge --onlydeps --with-test-deps and then doing a separate emerge invocation for the thing that you want to test.