提交 ed8ad10c 编写于 作者: D Dave Young 提交者: 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: NDave Young <dyoung@redhat.com>
Reviewed-by: NPekka Enberg <penberg@kernel.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册