Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validation/test-suite b/validation/test-suite index 746c0fb3a..f2e1c3242 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -233,7 +233,7 @@ disable() { disabled_tests=$(($disabled_tests + 1)) if [ -z "$vquiet" ]; then - echo " DISABLE $1 ($2)" + echo " SKIP $1 ($2)" fi } @@ -293,7 +293,7 @@ do_test() cmd=`eval echo $default_path/$check_command` if [ -z "$vquiet" ]; then - echo " TEST $test_name ($file)" + echo " TEST $test_name ($file)" fi verbose "Using command : $cmd" -- 2.14.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