From 3f8391f0e54f9df788c6bd74370b38951e7c5818 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Hugly Date: Tue, 12 Sep 2023 11:41:33 +0200 Subject: [PATCH] peering: doc formatting --- acceptance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/README.md b/acceptance/README.md index 86aec0c17c..49b8b435a3 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -6,7 +6,6 @@ Each test is defined as a bazel test target, with tags `integration` and `exclus Some integration tests use code outside this directory. For example, the `router_multi` acceptance test cases and main executable are in `tools/braccept`. - ## Basic Commands To run all integration tests which include the acceptance tests, execute one of @@ -47,6 +46,7 @@ bazel run //:_teardown ``` For example: + ```bash bazel run //acceptance/router_multi:test_bfd_setup bazel run //acceptance/router_multi:test_bfd_run