replace full trace message for extension check command with simple pass/fail message#4892
Conversation
…tent (with result of sanity check commands, for example)
There was a problem hiding this comment.
Nice change, just 2 minor comments:
- I would still print the work dir of the sanity check commands. Since this is the same for all commands we can just print it once before running them. (OR alternatively we can also just print the work dir when the command fails).
- If the command fails, we still get the path to the output file?
Note that this is only for the default check that's done for extensions (the Since the sanity check runs through the full sanity check before reporting any failures, we need a better way to report on failing checks anyway (for example to point to the relevant This change is mainly motivated by being annoying by seeing all those This is a step in the right direction, but by no means meant to be a fully fledged per cleanup of the sanity check output... |
|
Merging, thanks @boegel ! |
This makes the output of the sanity check step of whole lot easier to digest.
For example, for
matplotlib-3.9.2-gfbf-2024a.eb, instead of:we now get: