summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-09 16:37:23 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-09 16:37:23 +0100
commit5462199b650bde1d030fb924d996257cb414aff7 (patch)
tree8f72f6f87e33c94034e6a633bdfa31a994ded856 /buildbot
parentb29d0dd608b6840d1c950216b5a50c5ebf0bb8ab (diff)
downloaddeployment-5462199b650bde1d030fb924d996257cb414aff7.tar.gz
deployment-5462199b650bde1d030fb924d996257cb414aff7.tar.bz2
deployment-5462199b650bde1d030fb924d996257cb414aff7.zip
consider when curl goes okay
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/checks.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 709bb2f..b466e95 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -13,6 +13,7 @@ error_stringify ()
case $1 in
28) echo "connection timed out" ;;
7) echo "failed to connect to host" ;;
+ 0) echo "not a error, curl went fine" ;;
*) echo "unknown, see curl man page" ;;
esac
}