From 8d775e87b58d3f6d87338197728530c94b8c841b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Mar 2007 00:45:30 +0000 Subject: [PATCH] r21716: Report status in a way the build farm recognizes. --- source/script/tests/selftest.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/script/tests/selftest.pl b/source/script/tests/selftest.pl index 8d2e0e44a82..88bf723bdb4 100755 --- a/source/script/tests/selftest.pl +++ b/source/script/tests/selftest.pl @@ -591,4 +591,8 @@ foreach (<$prefix/valgrind.log*>) { } } +if ($from_build_farm) { + print "TEST STATUS: $numfailed\n"; +} + exit $numfailed; -- 2.34.1