diff mbox series

[ovs-dev] doc: Correct path of kernel system tests results directory.

Message ID 1512775122-9480-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev] doc: Correct path of kernel system tests results directory. | expand

Commit Message

Justin Pettit Dec. 8, 2017, 11:18 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 Documentation/topics/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Dec. 8, 2017, 11:28 p.m. UTC | #1
On Fri, Dec 08, 2017 at 03:18:42PM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>  Documentation/topics/testing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
> index 85aa6a1fb495..1ecda00d069c 100644
> --- a/Documentation/topics/testing.rst
> +++ b/Documentation/topics/testing.rst
> @@ -311,7 +311,7 @@ testsuite against that kernel module::
>  
>      $ make check-kmod
>  
> -The results of the testsuite are in ``tests/system-kmod-traffic.dir``.
> +The results of the testsuite are in ``tests/system-kmod-testsuite.dir``.

I suppose this is based on testing?  :-)

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Dec. 8, 2017, 11:30 p.m. UTC | #2
> On Dec 8, 2017, at 3:28 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Fri, Dec 08, 2017 at 03:18:42PM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
>> ---
>> Documentation/topics/testing.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
>> index 85aa6a1fb495..1ecda00d069c 100644
>> --- a/Documentation/topics/testing.rst
>> +++ b/Documentation/topics/testing.rst
>> @@ -311,7 +311,7 @@ testsuite against that kernel module::
>> 
>>     $ make check-kmod
>> 
>> -The results of the testsuite are in ``tests/system-kmod-traffic.dir``.
>> +The results of the testsuite are in ``tests/system-kmod-testsuite.dir``.
> 
> I suppose this is based on testing?  :-)

Attempted testing.  :-/

> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed this to master.

--Justin
diff mbox series

Patch

diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 85aa6a1fb495..1ecda00d069c 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -311,7 +311,7 @@  testsuite against that kernel module::
 
     $ make check-kmod
 
-The results of the testsuite are in ``tests/system-kmod-traffic.dir``.
+The results of the testsuite are in ``tests/system-kmod-testsuite.dir``.
 
 .. _testing-static-analysis: