Commit ed8ad10c authored by Dave Young's avatar Dave Young Committed by Linus Torvalds

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: default avatarDave Young <dyoung@redhat.com>
Reviewed-by: default avatarPekka Enberg <penberg@kernel.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 63d23367
......@@ -22,7 +22,7 @@ else
endif
run_tests: all
./kcmp_test
@./kcmp_test || echo "kcmp_test: [FAIL]"
clean:
rm -fr ./run_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment