From 24679bee9a4a42142f9922f986577c97d746e258 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 15 May 2024 12:23:23 +0000 Subject: [PATCH] Do not unset SKIPREASON, as it is cleared at the beginning of the function --- include/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/include/functions b/include/functions index 11ea3df4..66cdceb1 100644 --- a/include/functions +++ b/include/functions @@ -2762,7 +2762,6 @@ if [ ${SKIPLOGTEST} -eq 0 ]; then LogText "Reason to skip: ${SKIPREASON}"; fi TESTS_SKIPPED="${TEST_NO}|${TESTS_SKIPPED}" fi - unset SKIPREASON # Save timestamp for next time the Register function is called PREVIOUS_TEST="${TEST_NO}"