mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 03:14:25 +00:00
Update spec tests to v1.6.0-beta.1 (#8263)
Update the EF spec tests to v1.6.0-beta.1 There are a few new light client tests (which we pass), and some for progressive containers, which we haven't implemented (we ignore them). Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -57,7 +57,7 @@ else
|
||||
if [[ ! -e "${test}.tar.gz" ]]; then
|
||||
echo "Downloading: ${version}/${test}.tar.gz"
|
||||
curl --progress-bar --location --remote-name --show-error --retry 3 --retry-all-errors --fail \
|
||||
"https://github.com/ethereum/consensus-spec-tests/releases/download/${version}/${test}.tar.gz" \
|
||||
"https://github.com/ethereum/consensus-specs/releases/download/${version}/${test}.tar.gz" \
|
||||
|| {
|
||||
echo "Curl failed. Aborting"
|
||||
rm -f "${test}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user