Point to the good database
[build-farm.git] / buildsamba02.fns
1 per_run_hook
2
3 global_lock
4
5 #. install_python.fns
6
7 action_mytest() {
8         echo "PWD: "`pwd`
9         ls -lrt ../../*.fns
10     do_make test
11     totalstatus=$?
12
13     # if we produced a test summary then show it
14     [ -f st/summary ] && {
15         echo "TEST SUMMARY"
16         cat st/summary
17     }
18
19     return "$totalstatus"
20 }
21
22 for compiler in gcc;  do
23         . common.fns
24
25         test_tree samba_4_0_test source4 $compiler configure config_log config_header build install mytest
26
27         test_tree samba_3_current source $compiler
28         test_tree samba_3_next source $compiler
29         test_tree samba_3_master source $compiler
30 done
31
32 global_unlock