From 8a35e659dba8117eb0bb403cc0d2464bdd6fa052 Mon Sep 17 00:00:00 2001 From: zhuwenqing Date: Wed, 13 Mar 2024 14:57:13 +0800 Subject: agl-test-framework: Fix typo format was spelled incorrectly Bug-AGL: SPEC-4753 Change-Id: I0851c534ce2b81e0e9ea7a13c52395e2f52ad78b Signed-off-by: zhuwenqing --- plugins/agl_test_log.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/agl_test_log.py') diff --git a/plugins/agl_test_log.py b/plugins/agl_test_log.py index 31c6b6d..c9e1b80 100644 --- a/plugins/agl_test_log.py +++ b/plugins/agl_test_log.py @@ -6,7 +6,7 @@ Process the log and init test_cases_values_and_status. log : the path of default log -default log formate : +default log format : -> case_name: TEST-PASS -> case_name: TEST-FAIL -> case_name: TEST-SKIP @@ -28,7 +28,7 @@ Process the log and init test_cases_values_and_status. log : the path of default log -default log formate : +default log format : -> case_name: TEST-PASS -> case_name: TEST-FAIL -> case_name: TEST-SKIP @@ -48,7 +48,7 @@ and init test_cases_values_and_status. log : the path of gnome_desktop_testing log -gnome_desktop_testing log formate: +gnome_desktop_testing log format: PASS: glib/tls-database.test FAIL: glib/markup-escape.test SKIP: glib/testname.test @@ -65,7 +65,7 @@ Process the log and init test_cases_values_and_status. log : the path of log file -log formate: +log format: PASS: case_name FAIL: case_name SKIP: case_name -- cgit