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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/validation/test-suite b/validation/test-suite index d50a3bfa2..c16c7c843 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -521,10 +521,12 @@ while true; do '') tests_list=`find . -name '*.c' | sed -e 's#^\./\(.*\)#\1#' | sort` do_test_suite + break ;; *.c) tests_list="$@" do_test_suite + break ;; single|--single) @@ -535,10 +537,12 @@ while true; do 1) echo "$2 failed !";; 2) echo "$2 can't be handled by $prog_name";; esac + exit $failed ;; format|--format) shift do_format "$@" + exit 0 ;; help | *) do_usage -- 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