X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=sunX.fns;h=e4609a1bd0f6e16f1e6b821b86eb3b591428ff2d;hb=13df6dca7663fe0a3966a96a7799f62dc3030844;hp=03bb0dd82c04238a4a119012fa5682828409e63a;hpb=0a0f1cae7e5087dfac61eb08591f3af3236ec151;p=build-farm.git diff --git a/sunX.fns b/sunX.fns index 03bb0dd8..e4609a1b 100644 --- a/sunX.fns +++ b/sunX.fns @@ -2,11 +2,13 @@ per_run_hook global_lock -MAXTIME=36000 +MAXTIME=42200 # 12 hours TORTURE_MAXTIME=3600 -SMBD_MAXTIME=18000 -SAMBA_MAXTIME=18000 +SMBD_MAXTIME=42200 +SAMBA_MAXTIME=42200 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME +CFLAGS="-g $CFLAGS" +export CFLAGS compilers="cc gcc" for compiler in $compilers; do @@ -14,13 +16,13 @@ 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_4_0_test . $compiler TDB_NO_FSYNC=0 export TDB_NO_FSYNC - test_tree samba_3_current source $compiler - test_tree samba_3_next source $compiler - test_tree samba_3_master source $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler + test_tree samba_3_master source3 $compiler done