mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17713 from ivanvc/remove-go-1-22-1-coverage-workaround
Revert "tests: temporary disable coverage redesign Go experiment"
This commit is contained in:
commit
9cb33de411
@ -8,7 +8,7 @@ set -o pipefail
|
||||
LOG_FILE=${1:-test-coverage.log}
|
||||
|
||||
# We collect the coverage
|
||||
GOEXPERIMENT=nocoverageredesign COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
|
||||
COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
|
||||
test_success="$?"
|
||||
|
||||
# We try to upload whatever we have:
|
||||
|
Loading…
x
Reference in New Issue
Block a user