show test summary if available
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Wed, 9 Dec 2009 00:01:54 +0000 (00:01 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Wed, 9 Dec 2009 00:01:54 +0000 (00:01 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@927 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test.fns

index dc20c637a41b6d215b1d08e7e2d403a8f6f3748d..75fa1ec8e25983c5d34fa38c342d36e7051d13c2 100644 (file)
@@ -465,6 +465,11 @@ action_install() {
 action_test_samba() {
        do_make test
        totalstatus=$?
+       # if we produced a test summary then show it
+       [ -f st/summary ] && {
+           echo "TEST SUMMARY"
+           cat st/summary
+       }
        return "$totalstatus"
 }