diff mbox series

doc: dev-tools: kselftest.rst: update config file location

Message ID 20180824124744.9842-1-anders.roxell@linaro.org (mailing list archive)
State Accepted
Headers show
Series doc: dev-tools: kselftest.rst: update config file location | expand

Commit Message

Anders Roxell Aug. 24, 2018, 12:47 p.m. UTC
Config fragment files should be placed in
tools/testing/selftests/<testdir>/config

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 Documentation/dev-tools/kselftest.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

shuah Aug. 27, 2018, 5:57 p.m. UTC | #1
On 08/24/2018 06:47 AM, Anders Roxell wrote:
> Config fragment files should be placed in
> tools/testing/selftests/<testdir>/config
> 
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  Documentation/dev-tools/kselftest.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
> index 6f653acea248..dad1bb8711e2 100644
> --- a/Documentation/dev-tools/kselftest.rst
> +++ b/Documentation/dev-tools/kselftest.rst
> @@ -159,7 +159,7 @@ Contributing new tests (details)
>   * If a test needs specific kernel config options enabled, add a config file in
>     the test directory to enable them.
>  
> -   e.g: tools/testing/selftests/android/ion/config
> +   e.g: tools/testing/selftests/android/config
>  
>  Test Harness
>  ============
> 

Jo Jon,

This patch looks good. Here is my Ack for it go through doc tree.

Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>

thanks,
-- Shuah
Jonathan Corbet Aug. 31, 2018, 10:26 p.m. UTC | #2
On Mon, 27 Aug 2018 11:57:58 -0600
Shuah Khan <shuah@kernel.org> wrote:

> Jo Jon,
> 
> This patch looks good. Here is my Ack for it go through doc tree.
> 
> Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index 6f653acea248..dad1bb8711e2 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -159,7 +159,7 @@  Contributing new tests (details)
  * If a test needs specific kernel config options enabled, add a config file in
    the test directory to enable them.
 
-   e.g: tools/testing/selftests/android/ion/config
+   e.g: tools/testing/selftests/android/config
 
 Test Harness
 ============