Skip to content

Commit

Permalink
simulators/ethereum/pyspec: fix fixture directory name (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Aug 7, 2024
1 parent 763352f commit fcd7f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulators/ethereum/pyspec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ COPY --from=builder /source/pyspec/pyspec .
# Download the latest fixture release.
RUN wget https://github.com/ethereum/execution-spec-tests/releases/latest/download/fixtures_develop.tar.gz
RUN tar -xzvf fixtures_develop.tar.gz
RUN mv fixtures/blockchain_tests_hive /fixtures
RUN mv fixtures/blockchain_tests_engine /fixtures

# ADD ./pyspec/fixtures /fixtures

# Point to executable and test fixtures.
ENV TESTPATH /fixtures
ENTRYPOINT ["./pyspec"]
ENTRYPOINT ["./pyspec"]

0 comments on commit fcd7f22

Please sign in to comment.