aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agl_test_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/agl_test_log.py')
-rw-r--r--plugins/agl_test_log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/agl_test_log.py b/plugins/agl_test_log.py
index b4a273e..958a9a8 100644
--- a/plugins/agl_test_log.py
+++ b/plugins/agl_test_log.py
@@ -54,7 +54,7 @@ gnome_desktop_testing log formate:
SKIP: glib/testname.test
'''
def log_process_gnome_desktop_testing(log):
- pattern = '^(FAIL|PASS|SKIP+?): (.+test?)'
+ pattern = '^(FAIL|PASS|SKIP|XFAIL|XPASS|ERROR+?): (.+test?)'
parse_result = log_parse(log, pattern)
case_list = dict()
if parse_result: