From: Dave Young Date: Tue, 18 Dec 2012 00:04:50 +0000 (-0800) Subject: breakpoint selftests: print failure status instead of cause make error X-Git-Tag: firefly_0821_release~3680^2~1415^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a55f8bb2d0c4e5c05837b688ed1b2132a0ed0e7;p=firefly-linux-kernel-4.4.55.git 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 Reviewed-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/tools/testing/selftests/breakpoints/Makefile b/tools/testing/selftests/breakpoints/Makefile index 931278035f5c..e18b42b254af 100644 --- a/tools/testing/selftests/breakpoints/Makefile +++ b/tools/testing/selftests/breakpoints/Makefile @@ -17,7 +17,7 @@ else endif run_tests: - ./breakpoint_test + @./breakpoint_test || echo "breakpoints selftests: [FAIL]" clean: rm -fr breakpoint_test