The branch, master has been updated
       via  bd51933 Ignore the make test and for the waf test for samba4 build 
on buildsamba02
      from  a977e10 Make read_err return a file object.

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


- Log -----------------------------------------------------------------
commit bd519331d082efb7ae321ae27352c3b277aed5df
Author: Matthieu Patou <m...@matws.net>
Date:   Mon Nov 8 00:44:16 2010 +0300

    Ignore the make test and for the waf test for samba4 build on buildsamba02

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

Summary of changes:
 buildsamba02.fns |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildsamba02.fns b/buildsamba02.fns
index 735227e..acde903 100644
--- a/buildsamba02.fns
+++ b/buildsamba02.fns
@@ -4,10 +4,17 @@ global_lock
 
 #. install_python.fns
 
-action_mytest() {
+action_test() {
        echo "PWD: "`pwd`
        ls -lrt ../../*.fns
-    make test
+       case $tree in
+               samba_4*)
+               ../buildtools/bin/waf test
+                       ;;
+               *)
+                       do_make test
+                       ;;
+       esac
     totalstatus=$?
 
     # if we produced a test summary then show it
@@ -22,7 +29,7 @@ action_mytest() {
 for compiler in gcc;  do
        . common.fns
 
-       test_tree samba_4_0_test source4 $compiler configure config_log 
config_header build install mytest
+       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

Reply via email to