summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorxzheng <zhengxiang311019@163.com>2023-07-10 11:32:45 +0200
committerzx <zhengxiang@rongannetworks.com>2023-07-11 03:45:35 +0200
commitc46a231a8d5809ca614357857cb19cc28df9c572 (patch)
treeed0e96de5c31d5d05ad4e4726548f94ce01da1ea /doc/developer
parentMerge pull request #13949 from opensourcerouting/fix/bgpd_deprecations (diff)
downloadfrr-c46a231a8d5809ca614357857cb19cc28df9c572.tar.xz
frr-c46a231a8d5809ca614357857cb19cc28df9c572.zip
doc: fix the error path
fix the error path. Signed-off-by: xzheng <zhengxiang311019@163.com>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/building-docker.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-docker.rst b/doc/developer/building-docker.rst
index 3b1542b22..9d42784e3 100644
--- a/doc/developer/building-docker.rst
+++ b/doc/developer/building-docker.rst
@@ -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::
@@ -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::