output callcatcher for non-samba builds as well
[amitay/build-farm.git] / SerNet-Tru64.fns
1 per_run_hook
2
3 global_lock
4 compilers="cc"
5
6 MAXTIME=18000
7 SMBD_MAXTIME=8500
8 SAMBA_MAXTIME=8500
9 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
10
11 CFLAGS="-g $CFLAGS"
12 export CFLAGS
13
14 for compiler in $compilers; do
15
16         . common.fns
17         TDB_NO_FSYNC=1
18         SAVED_CPPFLAGS="$CPPFLAGS"
19         CPPFLAGS=""
20         export TDB_NO_FSYNC
21         export CPPFLAGS
22         test_tree samba_4_0_test . $compiler
23         CPPFLAGS="$SAVED_CPPFLAGS"
24         export CPPFLAGS
25
26         test_tree samba_3_current source3 $compiler
27         test_tree samba_3_next source3 $compiler
28         test_tree samba_3_master source3 $compiler
29         TDB_NO_FSYNC=0
30         export TDB_NO_FSYNC
31
32 done
33
34 global_unlock