r21716: Report status in a way the build farm recognizes.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 6 Mar 2007 00:45:30 +0000 (00:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:17 +0000 (14:49 -0500)
(This used to be commit 8d775e87b58d3f6d87338197728530c94b8c841b)

source4/script/tests/selftest.pl

index 8d2e0e44a826c885a25c2ca81c81d4b9d1ec2ace..88bf723bdb443a68bba9509e16283c882bae556d 100755 (executable)
@@ -591,4 +591,8 @@ foreach (<$prefix/valgrind.log*>) {
        }
 }
 
+if ($from_build_farm) {
+       print "TEST STATUS: $numfailed\n";
+}
+
 exit $numfailed;