summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-06 00:45:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:17 -0500
commitac9bb2e4fbb3a2aa483b8f24359250278411e013 (patch)
tree85a7926470107588db20e2e88a3ef0299742e2d9 /source4/script
parent70e6a8bfecab6ee4c102c6c47c5a5b0b7378beb5 (diff)
downloadsamba-ac9bb2e4fbb3a2aa483b8f24359250278411e013.tar.gz
samba-ac9bb2e4fbb3a2aa483b8f24359250278411e013.tar.bz2
samba-ac9bb2e4fbb3a2aa483b8f24359250278411e013.zip
r21716: Report status in a way the build farm recognizes.
(This used to be commit 8d775e87b58d3f6d87338197728530c94b8c841b)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/selftest.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl
index 8d2e0e44a8..88bf723bdb 100755
--- a/source4/script/tests/selftest.pl
+++ b/source4/script/tests/selftest.pl
@@ -591,4 +591,8 @@ foreach (<$prefix/valgrind.log*>) {
}
}
+if ($from_build_farm) {
+ print "TEST STATUS: $numfailed\n";
+}
+
exit $numfailed;