gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: do not fail on grep returning


From: gnunet
Subject: [taler-deployment] branch master updated: do not fail on grep returning nothing
Date: Thu, 22 Oct 2020 11:11:12 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 64f81b1  do not fail on grep returning nothing
64f81b1 is described below

commit 64f81b1349e1499151dc615014d9d4d92688ab6d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 11:11:10 2020 +0200

    do not fail on grep returning nothing
---
 buildbot/doxygen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/doxygen.sh b/buildbot/doxygen.sh
index 876e584..23db715 100755
--- a/buildbot/doxygen.sh
+++ b/buildbot/doxygen.sh
@@ -3,7 +3,7 @@
 set -eu
 
 doxygen $1 2> doxygen.err.raw
-grep -v "has multiple @param" doxygen.err.raw | grep -v "too many nodes" > 
doxygen.err
+grep -v "has multiple @param" doxygen.err.raw | grep -v "too many nodes" > 
doxygen.err || true
 cat doxygen.err
 LC=`cat doxygen.err | wc -l`
 if [[ $LC = 0 ]]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]