Kaynağa Gözat

Don't fail the check-build test if documentation was not built.

tags/v0.99.beta17
Sam Hocevar sam 15 yıl önce
ebeveyn
işleme
cbe20b26da
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      test/check-build

+ 2
- 2
test/check-build Dosyayı Görüntüle

@@ -54,13 +54,13 @@ fi
#
# Check for Doxygen errors
#
warnings="$(grep -c Warning: ../doc/doxygen.log)"
warnings="$(grep -c Warning: ../doc/doxygen.log 2>/dev/null || echo 0)"
if test "$warnings" != "0"; then
echo "error: $warnings warnings in Doxygen generation:"
grep Warning: ../doc/doxygen.log | sed 's/\(.\{75\}\)...*/\1 .../'
ret=1
else
echo "0 errors in documentation"
echo "0 visible errors in documentation"
fi

if test "$ret" != "0"; then


Yükleniyor…
İptal
Kaydet