nicolasbock / ebuildtester

A dockerized approach to test a Gentoo package within a clean stage3
http://ebuildtester.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
33 stars 16 forks source link

Add command line option to specify `FEATURES` #182

Closed nicolasbock closed 2 years ago

nicolasbock commented 2 years ago

Since the FEATURES variable is an incremental variable the default values can be changed by specifying new values, e.g.

ebuildtester --features sandbox

would turn on the sandbox feature despite it being turned off by default.

Closes: nicolasbock/ebuildtester#119 Signed-off-by: Nicolas Bock nicolasbock@gmail.com