]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coverity.sh: fail if uploading data to Coverity Scan is forbidden 9452/head
authorEvegeny Vereshchagin <evvers@ya.ru>
Mon, 25 Jun 2018 22:22:29 +0000 (22:22 +0000)
committerEvegeny Vereshchagin <evvers@ya.ru>
Mon, 25 Jun 2018 22:22:29 +0000 (22:22 +0000)
tools/coverity.sh

index 1fc5b1cf990af86ea16d669dce1156782298d1c6..af4c920cd2b353c91dc129e86679c22c7fc27801 100755 (executable)
@@ -48,7 +48,7 @@ else
   else
     WHEN=`echo $AUTH_RES | python -c "import sys, json; print(json.load(sys.stdin)['next_upload_permitted_at'])"`
     echo -e "\033[33;1mCoverity Scan analysis NOT authorized until $WHEN.\033[0m"
-    exit 0
+    exit 1
   fi
 fi