summaryrefslogtreecommitdiff
path: root/tsp/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tsp/scripts')
-rwxr-xr-xtsp/scripts/publish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/scripts/publish.py b/tsp/scripts/publish.py
index 529e603..382dbf5 100755
--- a/tsp/scripts/publish.py
+++ b/tsp/scripts/publish.py
@@ -46,7 +46,7 @@ def print_row(row):
{% endfor %}\
<td>\
{{ status }}\
-{% if status != \'Identical\' %}\
+{% if status == \'OK\' or status == \'Unclear\' or status == \'Fail\' or status == \'Snapshot\' %}\
(<a href=\"../img_test/{{ build_nr }}/sysctl.result\">smoke</a>,\
<a href=\"../img_test/{{ build_nr }}/avocado-results/latest/html/results.html\">avocado</a>)\
{% endif %}\