Skip to content

Commit

Permalink
Merge pull request FRRouting#13968 from zhengxiang311019/patch-1
Browse files Browse the repository at this point in the history
doc: fix the error path.
  • Loading branch information
donaldsharp authored Jul 11, 2023
2 parents b569109 + c46a231 commit 6934a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/building-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Start the container::

Running a topotest (when the docker host is Ubuntu)::

docker exec frr-ubuntu20 bash -c 'cd ~/frr/tests/topotests/ospf-topo1 ; sudo pytest test_ospf_topo1.py'
docker exec frr-ubuntu20 bash -c 'cd ~/frr/tests/topotests/ospf_topo1 ; sudo pytest test_ospf_topo1.py'

Starting an interactive bash session::

Expand Down Expand Up @@ -189,7 +189,7 @@ Start the container::

Running a topotest (when the docker host is Ubuntu)::

docker exec frr-ubuntu22 bash -c 'cd ~/frr/tests/topotests/ospf-topo1 ; sudo pytest test_ospf_topo1.py'
docker exec frr-ubuntu22 bash -c 'cd ~/frr/tests/topotests/ospf_topo1 ; sudo pytest test_ospf_topo1.py'

Starting an interactive bash session::

Expand Down

0 comments on commit 6934a1d

Please sign in to comment.