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:
committed by
Gerald (Jerry) Carter
parent
a5000b286d
commit
8d775e87b5
@ -591,4 +591,8 @@ foreach (<$prefix/valgrind.log*>) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($from_build_farm) {
|
||||
print "TEST STATUS: $numfailed\n";
|
||||
}
|
||||
|
||||
exit $numfailed;
|
||||
|
Reference in New Issue
Block a user