Skip to content

Commit 5a55f8b

Browse files
Dave Youngtorvalds
authored andcommitted
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 <[email protected]> Reviewed-by: Pekka Enberg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent ed8ad10 commit 5a55f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/breakpoints

tools/testing/selftests/breakpoints/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
endif
1818

1919
run_tests:
20-
./breakpoint_test
20+
@./breakpoint_test || echo "breakpoints selftests: [FAIL]"
2121

2222
clean:
2323
rm -fr breakpoint_test

0 commit comments

Comments
 (0)