From: Fred Morcos Date: Tue, 9 May 2023 10:31:23 +0000 (+0200) Subject: Fix check for recursor clang-tidy output X-Git-Tag: rec-4.9.0-beta1~29^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6fcd0b9563d6fe25562fe8cd4076364123dd6c6;p=thirdparty%2Fpdns.git Fix check for recursor clang-tidy output Co-authored-by: Remi Gacogne --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 668c9bf77c..0c9c731b03 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -544,7 +544,7 @@ jobs: if [ "x${{ needs.build-dnsdist.outputs.clang-tidy-failed }}" != "x" -a "${{ needs.build-dnsdist.outputs.clang-tidy-failed }}" != "0" ]; then exit 1 fi - if [ "x${{needs.build-recursor.outputs.clang-tidy-failed}}" != "" -a "${{needs.build-recursor.outputs.clang-tidy-failed}}" != "0" ]; then + if [ "x${{needs.build-recursor.outputs.clang-tidy-failed}}" != "x" -a "${{needs.build-recursor.outputs.clang-tidy-failed}}" != "0" ]; then exit 1 fi