mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
This commit is contained in:
parent
ed8ad10c3b
commit
5a55f8bb2d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ else
|
|||
endif
|
||||
|
||||
run_tests:
|
||||
./breakpoint_test
|
||||
@./breakpoint_test || echo "breakpoints selftests: [FAIL]"
|
||||
|
||||
clean:
|
||||
rm -fr breakpoint_test
|
||||
|
|
Loading…
Reference in a new issue