diff options
-rw-r--r-- | plugins/agl_test_log.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 |