Merge pull request #256 from joshrabinowitz/remove-extra-debug-output

remove diagnostic debug output
pull/258/merge
Josh Rabinowitz 6 years ago committed by GitHub
commit 168fe8cd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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