diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-06 00:45:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:17 -0500 |
commit | ac9bb2e4fbb3a2aa483b8f24359250278411e013 (patch) | |
tree | 85a7926470107588db20e2e88a3ef0299742e2d9 | |
parent | 70e6a8bfecab6ee4c102c6c47c5a5b0b7378beb5 (diff) | |
download | samba-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)
-rwxr-xr-x | source4/script/tests/selftest.pl | 4 |
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; |