diff options
Diffstat (limited to 'tools/testing/selftests/breakpoints/Makefile')
-rw-r--r-- | tools/testing/selftests/breakpoints/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
17 | endif | 17 | endif |
18 | 18 | ||
19 | run_tests: | 19 | run_tests: |
20 | ./breakpoint_test | 20 | @./breakpoint_test || echo "breakpoints selftests: [FAIL]" |
21 | 21 | ||
22 | clean: | 22 | clean: |
23 | rm -fr breakpoint_test | 23 | rm -fr breakpoint_test |