summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler.baker <tyler.baker@linaro.org>2013-07-09 15:10:36 -0700
committertyler.baker <tyler.baker@linaro.org>2013-07-09 15:10:36 -0700
commit1850d903284f9f9921fa2771a334107b2b1c6cc5 (patch)
treea7a3f464dfd08b15c35f6a2e9383bf1435f1e9e8
parente08df618109eebb8746e01ae5f402411ad8bdc0e (diff)
mauve: change test_results_id to test_case_id
-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