Module run_make_support::command
source · Structs§
- This is a custom command wrapper that simplifies working with commands and makes it easier to ensure that we check the exit status of executed processes.
- Represents the result of an executed process. The various
assert_
helper methods should preferably be used for checking the contents of stdout/stderr.