]> diplodocus.org Git - nmh/commitdiff
Test if the buildbots care about tools/showbuildenv's exit status.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Dec 2016 14:24:27 +0000 (14:24 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Dec 2016 14:24:27 +0000 (14:24 +0000)
tools/showbuildenv

index 2338bc6ce59958538ee113cd5e9a8e3a42f954af..ce21a0e077cbd146e80de81afd5f37da420c4cc9 100755 (executable)
@@ -65,3 +65,6 @@ case ${os} in
        (pkg_info 2>/dev/null | offset) || true
        ;;
 esac
        (pkg_info 2>/dev/null | offset) || true
        ;;
 esac
+
+# Temporary test.  Does anything care if the exit status is non-zero?
+exit 42