function cleanup in 'raw' format
= NAME =
cleanup
= SYNOPSIS =
cleanup
= DESCRIPTION =
This function cleans up after a test, by calling the test's [[function_test_cleanup|test_cleanup]] function (if one is defined), and
killing still-running test processes, and removing logs.
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
cleanup
}}}
= ENVIRONMENT and ARGUMENTS =
= RETURN =
Returns non-zero on error.
= SOURCE =
Located in ''scripts/functions.sh''
= SEE ALSO =
* [[function_test_cleanup|test_cleanup]], [[function_target_cleanup|target_cleanup]], [[function_ov_transport_disconnect|ov_transport_disconnect]]