EcStatusFrom returns the command execution status from the context This is an exported wrapper for ecStatusFrom to allow access from other packages
(ctx context.Context)
| 713 | // EcStatusFrom returns the command execution status from the context |
| 714 | // This is an exported wrapper for ecStatusFrom to allow access from other packages |
| 715 | func EcStatusFrom(ctx context.Context) (*status, error) { |
| 716 | return ecStatusFrom(ctx) |
| 717 | } |
| 718 | |
| 719 | // logExecution logs the details of the execution and offers hits as how to |
| 720 | // troubleshoot test failures by using persistent environment |
no test coverage detected