All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lai, Yi" <yi1.lai@linux.intel.com>
To: "Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
Cc: Yi Lai <yi1.lai@intel.com>,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	shuah@kernel.org, wad@chromium.org, luto@amacapital.net,
	kees@kernel.org, usama.anjum@collabora.com
Subject: Re: [PATCH] selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILES
Date: Tue, 9 Sep 2025 16:04:11 +0800	[thread overview]
Message-ID: <aL/fe6xsyZCrJKIP@ly-workstation> (raw)
In-Reply-To: <20250815112711-473df6c4-d0d4-452f-9411-b72491adf2af@linutronix.de>

On Fri, Aug 15, 2025 at 11:28:40AM +0200, Thomas Weißschuh wrote:
> On Fri, Aug 15, 2025 at 05:10:32PM +0800, Yi Lai wrote:
> > The harness-selftest.expected is not installed in INSTALL_PATH.
> > Attempting to execute harness-selftest.sh shows warning:
> > 
> > diff: ./kselftest_harness/harness-selftest.expected: No such file or
> > directory
> > 
> > Add harness-selftest.expected to TEST_FILES.
> > 
> > Signed-off-by: Yi Lai <yi1.lai@intel.com>
> 
> Fixes: df82ffc5a3c1 ("selftests: harness: Add kselftest harness selftest")
> Reviewed-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> 
> Thanks!
>

Sorry for the late response. Thank you for review. I will send a v2
patch containing the fixes tag.

Regards,
Yi Lai

> > ---
> >  tools/testing/selftests/kselftest_harness/Makefile | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/tools/testing/selftests/kselftest_harness/Makefile b/tools/testing/selftests/kselftest_harness/Makefile
> > index 0617535a6ce4..d2369c01701a 100644
> > --- a/tools/testing/selftests/kselftest_harness/Makefile
> > +++ b/tools/testing/selftests/kselftest_harness/Makefile
> > @@ -2,6 +2,7 @@
> >  
> >  TEST_GEN_PROGS_EXTENDED := harness-selftest
> >  TEST_PROGS := harness-selftest.sh
> > +TEST_FILES := harness-selftest.expected
> >  EXTRA_CLEAN := harness-selftest.seen
> >  
> >  include ../lib.mk
> > -- 
> > 2.43.0
> > 

      reply	other threads:[~2025-09-09  8:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-15  9:10 [PATCH] selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILES Yi Lai
2025-08-15  9:25 ` Muhammad Usama Anjum
2025-08-15  9:28 ` Thomas Weißschuh
2025-09-09  8:04   ` Lai, Yi [this message]

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=aL/fe6xsyZCrJKIP@ly-workstation \
    --to=yi1.lai@linux.intel.com \
    --cc=kees@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=shuah@kernel.org \
    --cc=thomas.weissschuh@linutronix.de \
    --cc=usama.anjum@collabora.com \
    --cc=wad@chromium.org \
    --cc=yi1.lai@intel.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.