Skip to content

Commit

Permalink
breakpoint selftests: print failure status instead of cause make error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Young authored and Linus Torvalds committed Dec 18, 2012
1 parent ed8ad10 commit 5a55f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/breakpoints/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
endif

run_tests:
./breakpoint_test
@./breakpoint_test || echo "breakpoints selftests: [FAIL]"

clean:
rm -fr breakpoint_test

0 comments on commit 5a55f8b

Please sign in to comment.