On 01/23/2018 03:38 PM, Christopher Li wrote: > yes, I was thinking some thing like this, > but I haven't give it a lot of test. > >> diff --git a/validation/test-suite b/validation/test-suite > index cf151a3..5e10942 100755 > --- a/validation/test-suite > +++ b/validation/test-suite > @@ -31,6 +31,7 @@ known_ko_tests=0 > > # defaults to not verbose > [ -z "$V" ] && V=0 > +[ $V -eq 0 ] && quiet=1 || quiet=0 > > ## Fine with me. Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html