Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

breakpoint selftests: print failure status instead of cause make error

In case breakpoint test exit non zero value it will cause make error.
Better way is just print the test failure status.

Signed-off-by: Dave Young <dyoung@redhat.com>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Dave Young and committed by
Linus Torvalds
5a55f8bb ed8ad10c

+1 -1
+1 -1
tools/testing/selftests/breakpoints/Makefile
··· 17 17 endif 18 18 19 19 run_tests: 20 - ./breakpoint_test 20 + @./breakpoint_test || echo "breakpoints selftests: [FAIL]" 21 21 22 22 clean: 23 23 rm -fr breakpoint_test