mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Fix path in the test docker-compose file
This commit is contained in:
parent
b2ab591c1b
commit
0d1807d863
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
sut:
|
||||
build: .
|
||||
volumes:
|
||||
- "./docker/run_tests.sh:/test/run_tests.sh"
|
||||
- "./docker/docker_tests.sh:/test/docker_tests.sh"
|
||||
entrypoint:
|
||||
- /bin/sh
|
||||
- /test/run_tests.sh
|
||||
- /test/docker_tests.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue