projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d2336
)
kcmp selftests: print fail status instead of cause make error
author
Dave Young
<
[email protected]
>
Tue, 18 Dec 2012 00:04:49 +0000
(16:04 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 18 Dec 2012 01:15:27 +0000
(17:15 -0800)
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 <
[email protected]
>
Reviewed-by: Pekka Enberg <
[email protected]
>
Cc: Cyrill Gorcunov <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
tools/testing/selftests/kcmp/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/kcmp/Makefile
b/tools/testing/selftests/kcmp/Makefile
index c608945a0ef5af03103a53b51f698dedff7b6c5f..56eb5523dbb8ac17f69421c79fee7008b38b7755 100644
(file)
--- a/
tools/testing/selftests/kcmp/Makefile
+++ b/
tools/testing/selftests/kcmp/Makefile
@@
-22,7
+22,7
@@
else
endif
run_tests: all
- ./kcmp_test
+ @./kcmp_test || echo "kcmp_test: [FAIL]"
clean:
rm -fr ./run_test