From 21e9cf7b95434c74ed7cbcead4a9e5b19e168f6e Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 12 May 2022 16:43:33 +1000 Subject: tests: Simplify explicit checks for command success A number of individual test cases use '*out' commands to check for success of specific commands they've issued. Now that the test harness is testing for success of all issued commands as a matter of course, we no longer need to do this. Signed-off-by: David Gibson --- test/build/static_checkers | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/build/static_checkers') 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 -- cgit v1.2.3