0df50986053b25ebf253d67b6771cf65f4d5578c
[build-farm.git] / sunX.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=42200 # 12 hours
6 TORTURE_MAXTIME=3600
7 SMBD_MAXTIME=42200
8 SAMBA_MAXTIME=42200
9 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
10 CFLAGS="-g $CFLAGS"
11 export CFLAGS
12
13 compilers="cc gcc"
14 for compiler in $compilers; do
15         #export config="--with-included-popt"
16         . common.fns
17         TDB_NO_FSYNC=1
18         export TDB_NO_FSYNC
19         test_tree samba_4_0_test . $compiler
20         TDB_NO_FSYNC=0
21         export TDB_NO_FSYNC
22
23         test_tree samba_3_current source3 $compiler
24         test_tree samba_3_next source3 $compiler
25
26 done
27
28 global_unlock