remove diagnostic debug output

pull/256/head
joshr 6 years ago
parent f334b9bd34
commit 4c2c9a9719

@ -32,11 +32,12 @@ function teardown {
@test "run 'usage' with ignored '${_SECRETS_DIR}'" {
echo "${_SECRETS_DIR}" >> ".gitignore"
echo "# clear-line-output" >&3
echo "# SECRETS_DIR is ${_SECRETS_DIR}" >&3
# below shows how to send 'diagnostic' messages to bats-core.
#echo "# clear-line-output" >&3
#echo "# SECRETS_DIR is ${_SECRETS_DIR}" >&3
run git secret usage
echo "# git secret usage -> status $status" >&3
#echo "# git secret usage -> status $status" >&3
[ "$status" -eq 1 ]
}

Loading…
Cancel
Save