MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _exit_dts

Function _exit_dts

dpdk/dts/framework/dts.py:220–228  ·  view source on GitHub ↗

Process all errors and exit with the proper exit code.

()

Source from the content-addressed store, hash-verified

218
219
220def _exit_dts() -> None:
221 """
222 Process all errors and exit with the proper exit code.
223 """
224 result.process()
225
226 if dts_logger:
227 dts_logger.info("DTS execution has ended.")
228 sys.exit(result.get_return_code())

Callers 1

run_allFunction · 0.85

Calls 2

processMethod · 0.80
get_return_codeMethod · 0.80

Tested by

no test coverage detected