From efb9ed6f1dd6e6e38986130d3028fc0b95f38ca2 Mon Sep 17 00:00:00 2001 From: zhangtao Date: Tue, 17 Jul 2018 15:18:33 +0800 Subject: [PATCH] fix wrong docker run command in doc add *testeth* between *generating_tests* and *-t* --- doc/generating_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/generating_tests.rst b/doc/generating_tests.rst index 9a9a662a8..8670e728b 100644 --- a/doc/generating_tests.rst +++ b/doc/generating_tests.rst @@ -47,7 +47,7 @@ Option 1: Using a docker image * `Install Docker`_ * Pull the ``testeth`` repository with ``docker pull holiman/testeth`` -* ``docker run -v :/foobar holiman/testeth -t GeneralStateTests/stCallCodes -- --singletest callcall_00 --singlenet EIP150 -d 0 -g 0 -v 0 --statediff --verbosity 5 --testpath /foobar`` should show something like +* ``docker run -v :/foobar holiman/testeth testeth -t GeneralStateTests/stCallCodes -- --singletest callcall_00 --singlenet EIP150 -d 0 -g 0 -v 0 --statediff --verbosity 5 --testpath /foobar`` should show something like .. code::