From 672c56188e7535906d5cc9d3df3dd840985155e7 Mon Sep 17 00:00:00 2001 From: Jun Guo Date: Mon, 24 Oct 2016 15:33:09 +0800 Subject: [PATCH] In-line code block fix There is a "`" missing of the in-line code and break the layout of the document. --- docs/source/GetStartedGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/GetStartedGuide.rst b/docs/source/GetStartedGuide.rst index 93650f1209..05b0075f61 100644 --- a/docs/source/GetStartedGuide.rst +++ b/docs/source/GetStartedGuide.rst @@ -163,7 +163,7 @@ expectations, it passed! These are known as `simple tests`, but there is also an type of test, which we call `instrumented tests`. See more at :ref:`test-types` or just keep reading. -.. note:: Although in most cases running ``avocado run $test1 $test3 ...` is +.. note:: Although in most cases running ``avocado run $test1 $test3 ...`` is fine, it can lead to argument vs. test name clashes. The safest way to execute tests is ``avocado run --$argument1 --$argument2 -- $test1 $test2``. Everything after `--` will be considered