summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
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;