summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
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
}