gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: prettyfying


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: prettyfying
Date: Wed, 17 Apr 2019 15:32:37 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a380aa9  prettyfying
a380aa9 is described below

commit a380aa93177ed86f74c16e3ac3f9e157f23ea50f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 17 15:32:25 2019 +0200

    prettyfying
---
 buildbot/checks.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 900a47e..f608573 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -63,7 +63,7 @@ http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
-  printf "%s failed" $URL
+  printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Blog did not restart correctly" \
     $http_status_code $? "$(error_stringify $?)"
@@ -76,7 +76,7 @@ http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
-  printf "%s failed" $URL
+  printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Survey site did not restart correctly" \
     $http_status_code $? "$(error_stringify $?)"
@@ -89,7 +89,7 @@ http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
-  printf "%s failed" $URL
+  printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Donations shop did not restart correctly" \
     $http_status_code $? "$(error_stringify $?)"
@@ -102,7 +102,7 @@ http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
 if ! test 302 = $http_status_code; then
-  printf "%s failed" $URL
+  printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Bank did not restart correctly" \
     $http_status_code $? "$(error_stringify $?)"
@@ -115,7 +115,7 @@ http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
-  printf "%s failed" $URL
+  printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Landing page not restart correctly" \
      $http_status_code $? "$(error_stringify $?)"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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