Do not unset SKIPREASON, as it is cleared at the beginning of the function

This commit is contained in:
Michael Boelen 2024-05-15 12:23:23 +00:00
parent 1a26005b50
commit 24679bee9a
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 0 additions and 1 deletions

View File

@ -2762,7 +2762,6 @@
if [ ${SKIPLOGTEST} -eq 0 ]; then LogText "Reason to skip: ${SKIPREASON}"; fi if [ ${SKIPLOGTEST} -eq 0 ]; then LogText "Reason to skip: ${SKIPREASON}"; fi
TESTS_SKIPPED="${TEST_NO}|${TESTS_SKIPPED}" TESTS_SKIPPED="${TEST_NO}|${TESTS_SKIPPED}"
fi fi
unset SKIPREASON
# Save timestamp for next time the Register function is called # Save timestamp for next time the Register function is called
PREVIOUS_TEST="${TEST_NO}" PREVIOUS_TEST="${TEST_NO}"