set SECRETS_DIR env var to non-default value

pull/251/head
joshr 6 years ago
parent 4dd04a06e0
commit d3e120e9a6

@ -9,4 +9,4 @@ cd "${SECRET_PROJECT_ROOT}"; rm -rf 'tempdir with spaces'; mkdir 'tempdir with s
# bats expects diagnostic lines to be sent to fd 3, matching reges '^ #' (IE, like: `echo '# message here' >&3`)
# bats ... 3>&1 shows diagnostic output when errors occur.
bats "${SECRET_PROJECT_ROOT}/tests/" 3>&1
SECRETS_DIR=.gitsecret-testdir bats "${SECRET_PROJECT_ROOT}/tests/" 3>&1

Loading…
Cancel
Save