-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For example do_test_on_package does not return a Result, but instead it just manages a failed bool and keeps running through the code without early returns. We end up with sub-standard error reporting where the process fails and just prints:
ERROR cargo_fslabscli: Could not execute command: tests failed
Even with -vvvv that's all we get.
We should do some refactoring to make sure errors are not dropped so quickly.
Metadata
Metadata
Assignees
Labels
No labels