From 3be3643bcb7ed9131feecac87c634776b5fce5ae Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 19 Aug 2021 12:41:51 +0800 Subject: [PATCH] Rename `eth2.0-spec-tests` to `consensus-spec-tests` --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 788410645..76fe21ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ build/ output/ dist/ -eth2.0-spec-tests/ +consensus-spec-tests/ .pytest_cache .mypy_cache diff --git a/Makefile b/Makefile index d637d26cf..9f32b4568 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TEST_GENERATORS_DIR = ./tests/generators PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec ETH2SPEC_MODULE_DIR = $(PY_SPEC_DIR)/eth2spec TEST_REPORT_DIR = $(PY_SPEC_DIR)/test-reports -TEST_VECTOR_DIR = ../eth2.0-spec-tests/tests +TEST_VECTOR_DIR = ../consensus-spec-tests/tests GENERATOR_DIR = ./tests/generators SOLIDITY_DEPOSIT_CONTRACT_DIR = ./solidity_deposit_contract SOLIDITY_DEPOSIT_CONTRACT_SOURCE = ${SOLIDITY_DEPOSIT_CONTRACT_DIR}/deposit_contract.sol