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:
ed8ad10
)
breakpoint selftests: print failure status instead of cause make error
author
Dave Young
<
[email protected]
>
Tue, 18 Dec 2012 00:04:50 +0000
(16:04 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 18 Dec 2012 01:15:27 +0000
(17:15 -0800)
In case breakpoint 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]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
tools/testing/selftests/breakpoints/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/breakpoints/Makefile
b/tools/testing/selftests/breakpoints/Makefile
index 931278035f5c94746fbe3ea5376fccdcf81e5747..e18b42b254af814d7eb03f9459a2d24f67397077 100644
(file)
--- a/
tools/testing/selftests/breakpoints/Makefile
+++ b/
tools/testing/selftests/breakpoints/Makefile
@@
-17,7
+17,7
@@
else
endif
run_tests:
- ./breakpoint_test
+ @./breakpoint_test || echo "breakpoints selftests: [FAIL]"
clean:
rm -fr breakpoint_test