mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Set VAULT_TEST_LOG_DIR, so that users of NewTestLogger will have their logs written there instead of stdout. (#23494)
This commit is contained in:
3
.github/workflows/test-go.yml
vendored
3
.github/workflows/test-go.yml
vendored
@@ -350,6 +350,9 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
|
||||
export VAULT_TEST_LOG_DIR=test-results/go-test/logs
|
||||
mkdir -p $VAULT_TEST_LOG_DIR
|
||||
|
||||
# shellcheck disable=SC2086 # can't quote RERUN_FAILS
|
||||
GOARCH=${{ inputs.go-arch }} \
|
||||
gotestsum --format=short-verbose \
|
||||
|
||||
Reference in New Issue
Block a user