function post test in split format
|
= NAME =
post_test
|
|
= SYNOPSIS =
post_test
|
|
= DESCRIPTION =
This function does some post-test operations for the test. This includes
retrieving the test logs, and cleaning up after the test by killing any outstanding processes and removing the test and log directories.
|
It is called after the test has finished (or when it has been interrupted,
by the test signal handler).
|
It is called after the test has finished (or when it has been interrupted,
by the test signal handler).
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
post_test
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
None directly.
|
|
= RETURN =
Returns non-zero on error.
|
|
= SOURCE =
Located in ''scripts/functions.sh''
|
fetch_results, cleanup
|
= SEE ALSO =
* [[function_fetch_results|fetch_results]], [[function_cleanup|cleanup]]
|
FIXTHIS - 1.2 - needs documentation fixes
|
FIXTHIS - 1.2 - needs documentation fixes
|