function test fetch results in split format
|
= NAME =
test_fetch_results
|
|
= SYNOPSIS =
test_fetch_results
|
|
= DESCRIPTION =
This is an optional base test script function, which retrieves test
results from the board, after a test has completed. This is used
when the default fetch of the testlog (as produced by standard output
of 'report' operations) is not sufficient.
|
For example, LTP produces results data in lots of other files.
|
For example, LTP produces results data in lots of other files.
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
test_fetch_results
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
|
|
= RETURN =
Returns non-zero on error.
|
|
= SOURCE =
Located in base test script.
|
fetch_results
|
= SEE ALSO =
* [[function_fetch_results|fetch_results]]
|