dect
/
linux-2.6
Archived
13
0
Fork 0

kcmp selftests: print fail status instead of cause make error

In case kcmp_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>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Dave Young 2012-12-17 16:04:49 -08:00 committed by Linus Torvalds
parent 63d233673a
commit ed8ad10c3b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ else
endif
run_tests: all
./kcmp_test
@./kcmp_test || echo "kcmp_test: [FAIL]"
clean:
rm -fr ./run_test