This is a preparatory step to allow to run only a part of the testsuite (a subdir). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validation/test-suite b/validation/test-suite index c16c7c843..72bee9dce 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -520,12 +520,10 @@ while true; do '') tests_list=`find . -name '*.c' | sed -e 's#^\./\(.*\)#\1#' | sort` - do_test_suite break ;; *.c) tests_list="$@" - do_test_suite break ;; @@ -552,5 +550,6 @@ while true; do break done +do_test_suite exit $failed -- 2.15.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