[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Aug 26 07:41:18 MDT 2010


The branch, master has been updated
       via  d132b3f s3-build: Don't paste the summary.
      from  a701484 pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d132b3fbc0ccd89ebb6741e4dd6609b807cbdee3
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Aug 26 11:41:05 2010 +0200

    s3-build: Don't paste the summary.
    
    The buildfarm outputs the summary if it is available and use the exit
    status of the filter or subunit formatter as exit code.

-----------------------------------------------------------------------

Summary of changes:
 selftest/s3-selftest.sh |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/s3-selftest.sh b/selftest/s3-selftest.sh
index 8b44629..2087b51 100755
--- a/selftest/s3-selftest.sh
+++ b/selftest/s3-selftest.sh
@@ -25,9 +25,9 @@ if [ "x${RUN_FROM_BUILD_FARM}" = "xyes" ]; then
 			--socket-wrapper ${TESTS} \
 	&& touch ${SELFTESTPREFIX}/st_done ) | \
 		${FILTER_XFAIL} --strip-passed-output
+	EXIT_STATUS=$?
 
 	st_test_done
-	test -f ${SELFTESTPREFIX}/summary && cat ${SELFTESTPREFIX}/summary
 else
 	( rm -f ${SELFTESTPREFIX}/st_done && \
 		${PERL} ${SELFTESTDIR}/selftest.pl \
@@ -37,8 +37,9 @@ else
 			--socket-wrapper ${TESTS} \
 	&& touch ${SELFTESTPREFIX}/st_done ) | \
 		${SUBUNIT_FORMATTER}
+	EXIT_STATUS=$?
 
 	st_test_done
 fi
 
-cleanup_and_exit
+cleanup_and_exit ${EXIT_STATUS}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list