From a75ca74913fb5b90ca8d5ed2d18854d2ab3fa12a Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Wed, 27 May 2020 15:03:59 -0700 Subject: [PATCH] Revert "doc: doc/doxygen.warnings.report.sh exit status" This reverts commit 5164a46b9e4c516c82c45d2dde624f23404b2182. --- doc/doxygen.warnings.report.sh | 23 ++++++----------------- utils/tests/gitlab-ci-doc.yml | 5 +---- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/doc/doxygen.warnings.report.sh b/doc/doxygen.warnings.report.sh index 7cb36851c..b126ca372 100755 --- a/doc/doxygen.warnings.report.sh +++ b/doc/doxygen.warnings.report.sh @@ -486,23 +486,12 @@ printf "%6d directories\n" $modcount printf "%6d files\n" $filecount printf "%6d warnings\n" $warncount - -# Return status based on warnings -exit_status=$((warncount > 0)) - -if [ "${filter_inRE:-}" != "" ] ; then - if [ "$filterin" != "" ] ; then - echo - echo - echo "Filtered Warnings" - echo "========================================" - echo "$filterin" - exit_status=1 - else - exit_status=0 - fi +if [ "$filterin" != "" ] ; then + echo + echo + echo "Filtered Warnings" + echo "========================================" + echo "$filterin" fi status_report 0 $me - -exit $exit_status diff --git a/utils/tests/gitlab-ci-doc.yml b/utils/tests/gitlab-ci-doc.yml index 95b8f17a1..7e52b5d66 100644 --- a/utils/tests/gitlab-ci-doc.yml +++ b/utils/tests/gitlab-ci-doc.yml @@ -20,11 +20,8 @@ doxygen: extends: .doc script: # - mkdir -p public/doxygen - - doc/doxygen.warnings.report.sh + - doxygen doc/doxygen.conf # - mv doc/html/ public/doxygen - artifacts: - paths: - - doc/doxygen.warnings.log manual: extends: .doc