summaryrefslogtreecommitdiffstats
path: root/scripts/lib/resulttool/regression.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/resulttool/regression.py')
-rw-r--r--scripts/lib/resulttool/regression.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/resulttool/regression.py b/scripts/lib/resulttool/regression.py
index 3a23d7fc0a..3d64b8f4af 100644
--- a/scripts/lib/resulttool/regression.py
+++ b/scripts/lib/resulttool/regression.py
@@ -75,6 +75,7 @@ OESELFTEST_METADATA_GUESS_TABLE={
75} 75}
76 76
77STATUS_STRINGS = { 77STATUS_STRINGS = {
78 "None": "No matching test result"
78} 79}
79 80
80def test_has_at_least_one_matching_tag(test, tag_list): 81def test_has_at_least_one_matching_tag(test, tag_list):