Skip to content

lisa.utils: Add subprocess_detailed_excep() context manager

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_home_pr90455 into main

FEATURE

Add a context manager that wraps subprocess.CalledProcessError into a custom exception type that adds extra details such as stdout/stderr when printing the exception.

Merge request reports