aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_json.py
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2021-02-15 06:41:56 +0200
committerTony Lindgren <tony@atomide.com>2021-02-15 06:41:56 +0200
commit857de6fe2f86b009df620f7cdb07c262cc17070d (patch)
treee9718ebeeef39485a51a9f8e3c8122da18c796cf /tools/testing/kunit/kunit_json.py
parentARM: dts: am33xx: add aliases for mmc interfaces (diff)
parentARM: OMAP2+: Fix smartreflex init regression after dropping legacy data (diff)
downloadlinux-857de6fe2f86b009df620f7cdb07c262cc17070d.tar.gz
linux-857de6fe2f86b009df620f7cdb07c262cc17070d.zip
Merge branch 'fixes-v5.11' into fixes
Diffstat (limited to 'tools/testing/kunit/kunit_json.py')
-rw-r--r--tools/testing/kunit/kunit_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/kunit/kunit_json.py b/tools/testing/kunit/kunit_json.py
index 624b31b2dbd6..f5cca5c38cac 100644
--- a/tools/testing/kunit/kunit_json.py
+++ b/tools/testing/kunit/kunit_json.py
@@ -13,7 +13,7 @@ import kunit_parser
from kunit_parser import TestStatus
-def get_json_result(test_result, def_config, build_dir, json_path):
+def get_json_result(test_result, def_config, build_dir, json_path) -> str:
sub_groups = []
# Each test suite is mapped to a KernelCI sub_group