[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230729085331.7849-1-falcon@tinylab.org>
Date: Sat, 29 Jul 2023 16:53:31 +0800
From: Zhangjin Wu <falcon@...ylab.org>
To: thomas@...ch.de
Cc: arnd@...db.de, falcon@...ylab.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, w@....eu
Subject: Re: [PATCH v3 01/12] selftests/nolibc: allow report with existing test log
> On 2023-07-28 04:22:42+0800, Zhangjin Wu wrote:
> > After the tests finish, it is valuable to report and summarize with
> > existing test log.
> >
> > This avoid rerun or run the tests again when not necessary.
> >
> > Signed-off-by: Zhangjin Wu <falcon@...ylab.org>
> > ---
> > tools/testing/selftests/nolibc/Makefile | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/tools/testing/selftests/nolibc/Makefile b/tools/testing/selftests/nolibc/Makefile
> > index 2e9694370913..75419b695f0d 100644
> > --- a/tools/testing/selftests/nolibc/Makefile
> > +++ b/tools/testing/selftests/nolibc/Makefile
> > @@ -207,6 +207,10 @@ rerun:
> > $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
> > $(Q)$(REPORT) $(CURDIR)/run.out
> >
> > +# report with existing test log
> > +report:
> > + $(Q)$(REPORT_RUN_OUT)
>
> Isn't REPORT_RUN_OUT gone in this revision?
>
Yeah, I moved it as the first generic patch but forgot it have used a
later macro, and therefore no recheck in this revision, thanks a lot.
Thanks
Zhangjin
> > +
> > clean:
> > $(call QUIET_CLEAN, sysroot)
> > $(Q)rm -rf sysroot
> > --
> > 2.25.1
> >
Powered by blists - more mailing lists