Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]