From 53f16418d9aebe33846fdbc266b4aabbe1d83771 Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Tue, 20 Sep 2016 14:12:08 +0200 Subject: [PATCH] Link results only when available Change-Id: I20ef9afde0b1b27fe6c8b58b81f1eee3447a3e6c Signed-off-by: Aleksander Mistewicz --- tsp/scripts/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}\ \ {{ status }}\ -{% if status != \'Identical\' %}\ +{% if status == \'OK\' or status == \'Unclear\' or status == \'Fail\' or status == \'Snapshot\' %}\ (smoke,\ avocado)\ {% endif %}\ -- 2.7.4