From: Jonathan Corbet <corbet@lwn.net>
To: Shuah Khan <shuahkh@osg.samsung.com>
Cc: shuah@kernel.org, linux-kselftest@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] doc: dev-tools: kselftest.rst: update to include make O=dir support
Date: Thu, 12 Oct 2017 11:02:49 -0600 [thread overview]
Message-ID: <20171012110249.7d41ff02@lwn.net> (raw)
In-Reply-To: <20171002234421.20254-1-shuahkh@osg.samsung.com>
On Mon, 2 Oct 2017 17:44:17 -0600
Shuah Khan <shuahkh@osg.samsung.com> wrote:
> Update to include details on make O=dir support and other changes improve
> test results output.
So the three patches you sent me appear to be a part of a larger series
that I didn't get. I'll assume you want me to apply these three...
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---
> Documentation/dev-tools/kselftest.rst | 34 ++++++++++++++++++++++++++++++++--
> 1 file changed, 32 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
> index ebd03d11d2c2..0aa6dde835d1 100644
> --- a/Documentation/dev-tools/kselftest.rst
> +++ b/Documentation/dev-tools/kselftest.rst
> @@ -31,6 +31,17 @@ To build and run the tests with a single command, use::
>
> Note that some tests will require root privileges.
>
> +Build and run from user specific object directory (make O=dir):
> +
> + $ make O=/tmp/kselftest kselftest
> +
> +Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=):
> +
> + $ make KBUILD_OUTPUT=/tmp/kselftest kselftest
> +
These lines should really end with a double colon like this:
Build and run from user specific object directory (make O=dir)::
That indicates that what follows is to be formatted as code, and makes it
match the rest of the document. I took the liberty of fixing these up on
the way in.
All three applied, thanks.
jon
next prev parent reply other threads:[~2017-10-12 17:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-02 23:44 [PATCH] doc: dev-tools: kselftest.rst: update to include make O=dir support Shuah Khan
2017-10-02 23:44 ` [PATCH] doc: enhance dochelp include default output location for doc build Shuah Khan
2017-10-02 23:44 ` [PATCH] Makefile: enable dochelp run from main make level Shuah Khan
2017-10-07 11:24 ` Masahiro Yamada
2017-10-10 20:09 ` Shuah Khan
2017-10-11 0:54 ` Masahiro Yamada
2017-10-11 0:58 ` Randy Dunlap
2017-10-11 1:06 ` Shuah Khan
2017-10-12 18:15 ` Randy Dunlap
2017-10-17 23:57 ` Masahiro Yamada
2017-10-02 23:44 ` [PATCH] selftests: mqueue: fix regression in silencing output from RUN_TESTS Shuah Khan
2017-10-02 23:44 ` [PATCH] selftests: x86: sysret_ss_attrs doesn't build on a PIE build Shuah Khan
2017-10-12 17:02 ` Jonathan Corbet [this message]
2017-10-12 17:07 ` [PATCH] doc: dev-tools: kselftest.rst: update to include make O=dir support Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171012110249.7d41ff02@lwn.net \
--to=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.