Re: [PATCH] MIPS: tools: Show result for loongson3-llsc-check

2020-05-01 Thread Tiezhu Yang
On 05/01/2020 05:48 PM, Sergei Shtylyov wrote: Hello! On 30.04.2020 15:36, Tiezhu Yang wrote: It is better to show the result before loongson3-llsc-check exit, otherwise we can see nothing if the return status is EXIT_SUCCESS, it seems confusing. E.g. without this patch:

Re: [PATCH] MIPS: tools: Show result for loongson3-llsc-check

2020-05-01 Thread Sergei Shtylyov
Hello! On 30.04.2020 15:36, Tiezhu Yang wrote: It is better to show the result before loongson3-llsc-check exit, otherwise we can see nothing if the return status is EXIT_SUCCESS, it seems confusing. E.g. without this patch: [loongson@localhost tools]$ ./loongson3-llsc-check ../../../vmlinux

Re: [PATCH] MIPS: tools: Show result for loongson3-llsc-check

2020-04-30 Thread Thomas Bogendoerfer
On Thu, Apr 30, 2020 at 08:36:24PM +0800, Tiezhu Yang wrote: > It is better to show the result before loongson3-llsc-check exit, > otherwise we can see nothing if the return status is EXIT_SUCCESS, > it seems confusing. > > E.g. without this patch: > > [loongson@localhost tools]$

[PATCH] MIPS: tools: Show result for loongson3-llsc-check

2020-04-30 Thread Tiezhu Yang
It is better to show the result before loongson3-llsc-check exit, otherwise we can see nothing if the return status is EXIT_SUCCESS, it seems confusing. E.g. without this patch: [loongson@localhost tools]$ ./loongson3-llsc-check ../../../vmlinux [loongson@localhost tools]$ With this patch: