spack/lib
Todd Gamblin 52ce977b93
bugfix: Executable should record return code on CalledProcessError
Spack's `Executable` class isn't properly returning a called process's
return code when it fails with a `CalledProcessError`.  Record it before
raising a `ProcessError` so that client code can query it later.

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2025-05-19 16:22:56 -07:00
..
spack bugfix: Executable should record return code on CalledProcessError 2025-05-19 16:22:56 -07:00