[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Fri Nov 5 07:07:11 MDT 2010


The branch, master has been updated
       via  6d5e933 Try to override make test that is broken
      from  5129e80 Add doc

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


- Log -----------------------------------------------------------------
commit 6d5e933826b4032f081e33891313482ead6ebcd4
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Nov 5 15:48:14 2010 +0300

    Try to override make test that is broken

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

Summary of changes:
 buildsamba02.fns |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildsamba02.fns b/buildsamba02.fns
index bf87f4a..aff2672 100644
--- a/buildsamba02.fns
+++ b/buildsamba02.fns
@@ -4,10 +4,25 @@ global_lock
 
 #. install_python.fns
 
-for compiler in gcc cc; do
+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"
+}
+echo "PWD: "`pwd`
+
+ls -l *.fns
+for compiler in gcc;  do
 	. common.fns
 
-#	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test source4 $compiler
 
 	test_tree samba_3_current source $compiler
 	test_tree samba_3_next source $compiler


-- 
build.samba.org


More information about the samba-cvs mailing list