-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install release command and path to avoid setup errors #1241
Conversation
deff030
to
976c1ec
Compare
e81cb07
to
f1f77d8
Compare
Not finished, it doesn't work. ``` qbzzt1@temp:~$ sudo ./dretesteth.sh -t GeneralStateTests/stExample -- --testpath ~/tests --datadir /tests/config ./dretesteth.sh: 176: [[: not found docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "-t": executable file not found in $PATH: unknown. ERRO[0000] error waiting for container: context canceled ```
The latest docker is a nightly build of a develop branch. Available but not guaranteed at retesteth.ethdevops.io/dretesteth.tar |
Does that Docker image have everything? Just get? Some intermediary? |
6 GB, has everything supported. (pyspecs, etehreumjs, besu, geth, evmone, nimbus) just not all of it works every day as some issues happen after fetching to latest commits. and pyspecs especially changing interfaces a lot lately. |
Finally a working version. Phew!
Updated installation guide to avoid errors importing the docker image release and make it simple to detect the tests folder path.