From 5462199b650bde1d030fb924d996257cb414aff7 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 9 Jan 2018 16:37:23 +0100 Subject: consider when curl goes okay --- buildbot/checks.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'buildbot') 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 } -- cgit v1.2.3