mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Pretty-print EIP-3076 tests (#1977)
## Proposed Changes * Pretty-print the EIP-3076 tests to match https://github.com/eth2-clients/slashing-protection-interchange-tests/pull/4 * Move the `curl` invocation that downloads the tests to the test executor, removing the build script (closes #1982)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TESTS_TAG := b8413ca42dc92308019d0d4db52c87e9e125c4e9
|
||||
TESTS_TAG := f495032df9c26c678536cd2b7854e836ea94c217
|
||||
GENERATE_DIR := generated-tests
|
||||
OUTPUT_DIR := interchange-tests
|
||||
TARBALL := $(OUTPUT_DIR)-$(TESTS_TAG).tar.gz
|
||||
@@ -10,7 +10,7 @@ $(OUTPUT_DIR): $(TARBALL)
|
||||
tar --strip-components=1 -xzf $^ -C $@
|
||||
|
||||
$(TARBALL):
|
||||
curl -L -o $@ $(ARCHIVE_URL)
|
||||
curl --fail -L -o $@ $(ARCHIVE_URL)
|
||||
|
||||
clean-test-files:
|
||||
rm -rf $(OUTPUT_DIR)
|
||||
|
||||
Reference in New Issue
Block a user