diff options
-rw-r--r-- | tools/testing/selftests/kcmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/kcmp/Makefile b/tools/testing/selftests/kcmp/Makefile index c608945a0ef..56eb5523dbb 100644 --- a/tools/testing/selftests/kcmp/Makefile +++ b/tools/testing/selftests/kcmp/Makefile | |||
@@ -22,7 +22,7 @@ else | |||
22 | endif | 22 | endif |
23 | 23 | ||
24 | run_tests: all | 24 | run_tests: all |
25 | ./kcmp_test | 25 | @./kcmp_test || echo "kcmp_test: [FAIL]" |
26 | 26 | ||
27 | clean: | 27 | clean: |
28 | rm -fr ./run_test | 28 | rm -fr ./run_test |