From: Ralph Corderoy Date: Sat, 10 Dec 2016 14:24:27 +0000 (+0000) Subject: Test if the buildbots care about tools/showbuildenv's exit status. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/c92a4119fca5d677055dc616255a7d1efec9d750?hp=0b45ebe59218793491ac1091a49fb00c2e1a331f Test if the buildbots care about tools/showbuildenv's exit status. --- diff --git a/tools/showbuildenv b/tools/showbuildenv index 2338bc6c..ce21a0e0 100755 --- a/tools/showbuildenv +++ b/tools/showbuildenv @@ -65,3 +65,6 @@ case ${os} in (pkg_info 2>/dev/null | offset) || true ;; esac + +# Temporary test. Does anything care if the exit status is non-zero? +exit 42