]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/coverity.sh
Merge pull request #10892 from mbiebl/revert-systemctl-runtime-unmask-breakage
[thirdparty/systemd.git] / tools / coverity.sh
index 40acbb0411bd9df67a677dde3d52998aade054e7..af4c920cd2b353c91dc129e86679c22c7fc27801 100755 (executable)
@@ -46,9 +46,9 @@ else
   if [ "$AUTH" = "True" ]; then
     echo -e "\033[33;1mCoverity Scan analysis authorized per quota.\033[0m"
   else
-    WHEN=`echo $AUTH_RES | python -c "import sys; json; print(json.load(sys.stdin)['next_upload_permitted_at'])"`
+    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