summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded/mauve.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/mauve.yaml b/openembedded/mauve.yaml
index 18f7cac..2decf6c 100644
--- a/openembedded/mauve.yaml
+++ b/openembedded/mauve.yaml
@@ -121,7 +121,7 @@ run:
- 'kill $XVFBPID'
parse:
- pattern: "(?P<result>(PASS|FAIL|SKIP)):\\s+(?P<test_result_id>(.*))"
+ pattern: "(?P<result>(PASS|FAIL|SKIP)):\\s+(?P<test_case_id>(.*))"
fixupdict:
PASS: pass
FAIL: fail