aboutgitcodebugslistschat
path: root/test/build/static_checkers
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/static_checkers')
-rw-r--r--test/build/static_checkers6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/build/static_checkers b/test/build/static_checkers
index d18dea8..34c8dff 100644
--- a/test/build/static_checkers
+++ b/test/build/static_checkers
@@ -14,9 +14,7 @@
htools clang-tidy cppcheck
test Run clang-tidy
-hout RET make clang-tidy; echo $?
-check [ __RET__ -eq 0 ]
+host make clang-tidy
test Run cppcheck
-hout RET make cppcheck; echo $?
-check [ __RET__ -eq 0 ]
+host make cppcheck