From 0c68ddd984992822f7ac080673838fe83aa15118 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Thu, 2 Dec 2021 09:52:55 -0800 Subject: [PATCH] regression_test: Add partial_failure css Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 3992717d..33ef1735 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -572,6 +572,9 @@ function html_generator() { .failure { background-color:red; } + .partial_failure { + background-color:yellow; + } table { border: 1px solid gray; }