Skip to content

Instantly share code, notes, and snippets.

@XIIIVI
Last active June 12, 2020 12:48
Show Gist options
  • Save XIIIVI/e512c7df259716723ba10504b45ef2aa to your computer and use it in GitHub Desktop.
Save XIIIVI/e512c7df259716723ba10504b45ef2aa to your computer and use it in GitHub Desktop.
#
# 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