diff mbox

[ovs-dev] Documentation: fix 3 typos in testing.rst

Message ID f1e556e37768d33992086d93f4986e9ee771730e.1489684772.git.tredaelli@redhat.com
State Accepted
Headers show

Commit Message

Timothy Redaelli March 16, 2017, 5:20 p.m. UTC
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 Documentation/topics/testing.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Russell Bryant March 16, 2017, 6:27 p.m. UTC | #1
On Thu, Mar 16, 2017 at 1:20 PM, Timothy Redaelli <tredaelli@redhat.com> wrote:
> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
> ---
>  Documentation/topics/testing.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)


Applied to master, thanks!
diff mbox

Patch

diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 8c9c235..f48665b 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -62,7 +62,7 @@  To run all the unit tests in Open vSwitch in parallel, run::
 You can run up to eight threads. This takes under a minute on a modern 4-core
 desktop system.
 
-To see a list of all the available tests, run:
+To see a list of all the available tests, run::
 
     $ make check TESTSUITEFLAGS=--list
 
@@ -105,7 +105,7 @@  using the ``check-lcov`` target::
 
 All the same options are avaiable via TESTSUITEFLAGS. For example::
 
-    $ make check-lcov TESTSUITEFLAGS=-j8 -k ovn
+    $ make check-lcov TESTSUITEFLAGS='-j8 -k ovn'
 
 .. _testing-valgrind:
 
@@ -198,7 +198,7 @@  do not get installed, so it does not help).
 To run Ryu tests, run the following command from your Open vSwitch build
 directory::
 
-    $ make check-ryu RYUDIR=<ryu-source-dir>``
+    $ make check-ryu RYUDIR=<ryu-source-dir>
 
 where ``<ryu-source-dir>`` is the absolute path to the root of the Ryu source
 distribution. The default ``<ryu-source-dir>`` is ``$srcdir/../ryu``