desactivate history for the moment (it's broken)
[build-farm.git] / generic.fns
index a8155394e16650af38fa91d50484b1bfce4fab58..dda794df06390b9574f48cba1ea09f117bef57fd 100644 (file)
@@ -36,21 +36,15 @@ for compiler in gcc cc icc; do
            CFLAGS="$CFLAGS_THIS_COMPILER $CFLAGS"
     fi
     export CFLAGS
-    test_tree samba_4_0_waf source4 $compiler
+       TDB_NO_FSYNC=1
+       export TDB_NO_FSYNC
+    test_tree samba_4_0_test source4 $compiler
+       TDB_NO_FSYNC=0
+       export TDB_NO_FSYNC
     if [ $compiler = gcc -o $isgcc = 0 ]; then
       . common.fns
       test_tree lorikeet-heimdal . $compiler
 
-      # only attempt samba_4_0_test if we have perl
-      if which perl > /dev/null; then
-        # use gmake if available
-        if [ "x$MAKE" = "x" ] && which gmake > /dev/null; then
-               MAKE=gmake test_tree samba_4_0_test source $compiler
-       else
-               test_tree samba_4_0_test source $compiler
-       fi        
-      fi
-
       # only attempt samba-gtk if we have perl and gtk+-2.0
       if which perl > /dev/null && which pkg-config > /dev/null && pkg-config --exists gtk+-2.0; then
         test_tree samba-gtk . $compiler
@@ -70,7 +64,7 @@ done
 
 # only attempt pidl if we have perl
 if which perl > /dev/null; then
-  test_tree pidl . cc build test
+  test_tree pidl . cc
 fi
 
 global_unlock