Last active
June 12, 2020 12:48
-
-
Save XIIIVI/e512c7df259716723ba10504b45ef2aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# test_succeeded | |
# - param1: the message to display | |
# | |
test_succeeded() { | |
local MESSAGE=${1} | |
echo -e "${TEST_RESULT_OK} ${MESSAGE}" | |
PASSED_TEST_COUNT=$((PASSED_TEST_COUNT + 1)) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment