Correct parsing of test result
The regex for parsing the test result is incorrect, leading to the test reporting a pass rather than a fail as it should be. Change the regex to make it report the correct result.
Signed-off-by: Martyn Welch martyn.welch@collabora.com