gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: linkchecker: grep for errors is case senstive


From: gnunet
Subject: [taler-deployment] 02/02: linkchecker: grep for errors is case senstive
Date: Mon, 19 Feb 2024 12:09:57 +0100

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

devan-carpenter pushed a commit to branch master
in repository deployment.

commit 5374ff73d5f54285256e748ee07389d514fa6dac
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Feb 19 06:09:30 2024 -0500

    linkchecker: grep for errors is case senstive
---
 buildbot/linkchecker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index bb9c04b..24c90a0 100755
--- a/buildbot/linkchecker.sh
+++ b/buildbot/linkchecker.sh
@@ -34,7 +34,7 @@ for url in "https://www.taler.net/"; "https://docs.taler.net/"; 
"https://taler-sys
 done
 
 # Search the log for the phrase "broken link" as this is what wget will report
-if grep -iRl 'Error' $logfile
+if grep -Rl 'Error' $logfile
        then
                echo "Found broken links.  Build should fail (exit 1), 
triggering e-mail notification."
                exit 1

-- 
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]