Revert "test for fixing heimdal build on aix"
[build-farm.git] / SerNet-solaris8.fns
index 95a85ef1f8957c155bf9cc49ca9650279d5f831a..66464f4c25a1633b53b8f24e907f17e6bc8cf334 100644 (file)
@@ -2,10 +2,10 @@ per_run_hook
 
 global_lock
 
-MAXTIME=36000
+MAXTIME=42200
 TORTURE_MAXTIME=3600
-SMBD_MAXTIME=18000
-SAMBA_MAXTIME=18000
+SMBD_MAXTIME=42200
+SAMBA_MAXTIME=42200
 
 # this is needed because python depends on openssl for some modules like hashlib
 # that in turn samba pretty much depends on
@@ -13,7 +13,20 @@ SAMBA_MAXTIME=18000
 
 LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME LD_LIBRARY_PATH
+PREHOOKS="configure"
 
+prehook_configure()
+{
+case "$tree" in
+       samba_4*)
+               ;;
+       *)
+               ;;
+esac
+}
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 compilers="cc gcc"
 
 for compiler in $compilers; do
@@ -21,10 +34,10 @@ for compiler in $compilers; do
        . 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
+       test_tree samba_4_0_test . $compiler
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+       test_tree samba_3_master source3 $compiler
        TDB_NO_FSYNC=0
        export TDB_NO_FSYNC
 done