From ad845bafa339ceaf8c6a5da62593b7997d3053a8 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 24 Jan 2022 10:49:23 -0800 Subject: [PATCH] regression_test: If the test is a success, reset LOGGING to a blank string Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 95c185a4..c3de93f1 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -458,6 +458,7 @@ function test() { TEXTCLASS="success" TDTEXT="Success" echo "No errors detected" + LOGGING="" fi if (( FILESIZE > 0)); then