Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validation/test-suite b/validation/test-suite index 47015c61..a5f5e25e 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -214,6 +214,8 @@ do_test() get_tag "check-known-to-fail" $file must_fail=`expr "$?" = 0` + quiet=0 + [ $must_fail -eq 1 ] && [ $V -eq 0 ] && quiet=1 known_ko_tests=`expr $known_ko_tests + $must_fail` for stream in output error; do -- 2.11.0 -- 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