gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 189 forks source link

Return a failing exit code if install fails #487

Closed jmerdich closed 6 years ago

jmerdich commented 6 years ago

As it stands, pybombs install ... will always return a sucessful error code, even if it fails, which breaks assumptions about how any program is run. This simply passes back an appropriate error code