bob icon indicating copy to clipboard operation
bob copied to clipboard

Trying to build a non-existend package should be an error

Open ThomasFeher opened this issue 3 years ago • 0 comments

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.

ThomasFeher avatar Oct 19 '22 15:10 ThomasFeher