The branch, master has been updated
       via  5fc89e9 try to force buildsamba02 to do what we want
      from  9b50e55 Abstract compiler in a variable, add TDB_NO_FSYNC=1 for 
samba_* tests

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


- Log -----------------------------------------------------------------
commit 5fc89e9d60a816a58580f5666252daf30f09503a
Author: Matthieu Patou <[email protected]>
Date:   Fri Nov 5 23:21:39 2010 +0300

    try to force buildsamba02 to do what we want

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

Summary of changes:
 buildsamba02.fns |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildsamba02.fns b/buildsamba02.fns
index aff2672..13663f5 100644
--- a/buildsamba02.fns
+++ b/buildsamba02.fns
@@ -4,7 +4,9 @@ global_lock
 
 #. install_python.fns
 
-action_test_samba() {
+action_mytest() {
+       echo "PWD: "`pwd`
+       ls -lrt ../../*.fns
     do_make test
     totalstatus=$?
 
@@ -16,13 +18,11 @@ action_test_samba() {
 
     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 configure config_log 
config_header build install mytest
 
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler


-- 
build.samba.org

Reply via email to