Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-03 | Include environment in action reporting on the command line | Klaus Aehlig | |
Compared to the command line, the environment usually is quite short. So including it in messages reporting about commands does not introduce a lot of additional noise. However, knowing the environment can help understanding an error message. Therefore, it seems a good trade off to include it. Do so. | |||
2024-04-11 | Error reporting on action failure: give short target name | Klaus Aehlig | |
... as this is the only thing the user cares about when trying to investigate why that action failed. | |||
2024-02-22 | Add test verifying error reporting on failing actions | Klaus Aehlig | |
Add an end-to-end test verifying that we report enough useful information in case of an action failing. |