1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

r21716: Report status in a way the build farm recognizes.

This commit is contained in:
Jelmer Vernooij
2007-03-06 00:45:30 +00:00
committed by Gerald (Jerry) Carter
parent a5000b286d
commit 8d775e87b5

View File

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