automated: linux: pmqtest: parse: fix iteration parsing
If iterations > 1, the tests will be named 'iteration-<number>' where
number = iterations that was passed in, so all the other iterations will
be overwritten. mening if iterations=3, then it will look like this:
iteration-3-t0-min-latency: pass
And no iterations-1-* or iterations-2-*.
Solve this by manipulating a temporary file and extend the result file
with the temporary file.
Fixes: 9ebdd88475bb ("automated: linux: pmqtest: add iterations")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 file changed