Add convenience function for finding all recent builds.
[amitay/build-farm.git] / SerNet-solaris8.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=36000
6 TORTURE_MAXTIME=3600
7 SMBD_MAXTIME=18000
8 SAMBA_MAXTIME=18000
9 LD_LIBRARY_PATH=/usr/local/ssl/lib
10 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME LD_LIBRARY_PATH
11 compilers="cc gcc"
12
13 for compiler in $compilers; do
14         #export config="--with-included-popt"
15         . common.fns
16         TDB_NO_FSYNC=1
17         export TDB_NO_FSYNC
18         test_tree samba_4_0_test source4 $compiler
19         test_tree samba_3_current source $compiler
20         test_tree samba_3_next source $compiler
21         test_tree samba_3_master source $compiler
22         TDB_NO_FSYNC=0
23         export TDB_NO_FSYNC
24 done
25
26 global_unlock