diff options
-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; |