bob
bob copied to clipboard
Trying to build a non-existend package should be an error
Bob currently does not return an error in case the package name does not exist, but only a message on stdout. In my case this lead to a successful test, although nothing was build, because of a typo. In my opinion Bob should return something unequal to 0 in such cases.