Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650568 - sys-apps/portage: Please add a CLI option to enable tests only on directly specified packages
Summary: sys-apps/portage: Please add a CLI option to enable tests only on directly sp...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - External Interaction (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-15 15:29 UTC by Michał Górny
Modified: 2023-08-24 20:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.