qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests: Fix broken "make check-speed"


From: Thomas Huth
Subject: Re: [PATCH] tests: Fix broken "make check-speed"
Date: Wed, 10 Mar 2021 17:38:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 10/03/2021 17.08, Willian Rampazzo wrote:
On Wed, Mar 10, 2021 at 1:04 PM Paolo Bonzini <pbonzini@redhat.com> wrote:

On 10/03/21 16:49, Willian Rampazzo wrote:
On Wed, Mar 10, 2021 at 6:51 AM Thomas Huth <thuth@redhat.com> wrote:

When running "make check-speed", currently nothing happens. This is
because the redirection to "bench-speed" is not working as expected
(since the bench-speed rule in the generated Makefile.mtest filters
for "bench-speed" and "bench" in the MAKECMDGOALS variable).
Fix it by calling "make bench-speed" instead of using a dependency.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
   tests/Makefile.include | 5 +++--
   1 file changed, 3 insertions(+), 2 deletions(-)


Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Tested-by: Willian Rampazzo <willianr@redhat.com>


I don't object to the patch, but if no one has noticed in 6 months
perhaps the target can go (replaced by "make bench"/"make bench-speed").


I was also thinking about it. If the target was not working and no one
complained, maybe remove it is just fine, so, +1 here for
removing/renaming.

Fine for me, too, but we then also have to update the output of "make check-help" accordingly. Care to send a patch?

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]