From: Shuah Khan <skhan@linuxfoundation.org>
To: Li Zhijian <lizhijian@fujitsu.com>, linux-kselftest@vger.kernel.org
Cc: shuah@kernel.org, linux-kernel@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH for-next v3] selftests/zram: gitignore output file
Date: Tue, 3 Dec 2024 18:21:20 -0700 [thread overview]
Message-ID: <95484cb4-b2fa-49fe-889c-03ad64e89c91@linuxfoundation.org> (raw)
In-Reply-To: <20241122074935.1583747-1-lizhijian@fujitsu.com>
On 11/22/24 00:49, Li Zhijian wrote:
> After `make run_tests`, the git status complains:
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> zram/err.log
>
> This file will be cleaned up when execute 'make clean'
>
> Cc: Shuah Khan <shuah@kernel.org>
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
> Hello,
> Cover letter is here.
>
> This patch set aims to make 'git status' clear after 'make' and 'make
> run_tests' for kselftests.
> ---
> V3:
> Add Copyright description
> V2:
> split as a separate patch from a small one [0]
> [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/
>
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
> tools/testing/selftests/zram/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 tools/testing/selftests/zram/.gitignore
>
> diff --git a/tools/testing/selftests/zram/.gitignore b/tools/testing/selftests/zram/.gitignore
> new file mode 100644
> index 000000000000..088cd9bad87a
> --- /dev/null
> +++ b/tools/testing/selftests/zram/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +err.log
This doesn't sound right. err.log is a generated file
when the test runs.
thanks,
-- Shuah
next prev parent reply other threads:[~2024-12-04 1:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 7:49 [PATCH for-next v3] selftests/zram: gitignore output file Li Zhijian
2024-12-04 1:21 ` Shuah Khan [this message]
2024-12-04 2:11 ` Zhijian Li (Fujitsu)
2024-12-10 17:09 ` Shuah Khan
2024-12-11 0:50 ` Zhijian Li (Fujitsu)
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=95484cb4-b2fa-49fe-889c-03ad64e89c91@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=lizhijian@fujitsu.com \
--cc=shuah@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox