]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: drop unnecessary ::
authorKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 11:34:07 +0000 (19:34 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 12:19:02 +0000 (20:19 +0800)
`.. prompt::` is enough, no need to add '::'

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst

index 92c8bc568f56602370261e8313e91829292c626b..5e204ace6509b718f18263a6cb00e7cbb88e913b 100644 (file)
@@ -131,16 +131,16 @@ Your branch with the qa changes can be tested by passing two extra arguments to
 
 For example, if you want to make changes in ``qa/`` after testing ``branch-x``
 (for which the ceph-ci branch is ``wip-username-branch-x``), run the following
-command::
+command
 
 .. prompt:: bash $
 
    teuthology-suite -v \
-   -m smithi \
-   -c wip-username-branch-x \
-   -s fs \
-   -p 50
-   --filter cephfs-shell
+    -m smithi \
+    -c wip-username-branch-x \
+    -s fs \
+    -p 50 \
+    --filter cephfs-shell
 
 Then make modifications locally, update the PR branch, and trigger tests from
 your PR branch as follows:
@@ -148,12 +148,12 @@ your PR branch as follows:
 .. prompt:: bash $
 
    teuthology-suite -v \
-   -m smithi \
-   -c wip-username-branch-x \
-   -s fs -p 50 \
-   --filter cephfs-shell \
-   --suite-repo https://github.com/$username/ceph \
-   --suite-branch branch-x
+    -m smithi \
+    -c wip-username-branch-x \
+    -s fs -p 50 \
+    --filter cephfs-shell \
+    --suite-repo https://github.com/$username/ceph \
+    --suite-branch branch-x
 
 You can verify that the tests were run using this branch by looking at the
 values for the keys ``suite_branch``, ``suite_repo`` and ``suite_sha1`` in the