Revert "tests: temporary disable coverage redesign Go experiment"

With the update to Go 1.22.2, this workaround is no longer needed.

This reverts commit da7ab15f80.

Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
Ivan Valdes
2024-04-04 10:06:13 -07:00
parent bdbf8a2b6b
commit 5cd14a6031

View File

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