The branch, master has been updated
       via  9b50e55 Abstract compiler in a variable, add TDB_NO_FSYNC=1 for 
samba_* tests
      from  9ced472 Add unit tests for fixed bug

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


- Log -----------------------------------------------------------------
commit 9b50e550f694ee59de8e7077ebd23f2a165095b6
Author: Matthieu Patou <[email protected]>
Date:   Fri Nov 5 22:44:04 2010 +0300

    Abstract compiler in a variable, add TDB_NO_FSYNC=1 for samba_* tests

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

Summary of changes:
 SerNet-solaris8.fns |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-solaris8.fns b/SerNet-solaris8.fns
index 2272d5d..a096051 100644
--- a/SerNet-solaris8.fns
+++ b/SerNet-solaris8.fns
@@ -6,18 +6,21 @@ MAXTIME=36000
 TORTURE_MAXTIME=3600
 SMBD_MAXTIME=18000
 SAMBA_MAXTIME=18000
-export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+LD_LIBRARY_PATH=/usr/local/ssl/lib
+export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME LD_LIBRARY_PATH
+compilers="cc gcc"
 
-for compiler in cc gcc; do
+for compiler in $compilers; do
        #export config="--with-included-popt"
        . common.fns
-
+       TDB_NO_FSYNC=1
+       export TDB_NO_FSYNC
        test_tree samba_4_0_test source4 $compiler
-
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler
        test_tree samba_3_master source $compiler
-
+       TDB_NO_FSYNC=0
+       export TDB_NO_FSYNC
 done
 
 global_unlock


-- 
build.samba.org

Reply via email to