host opi is gone
[build-farm.git] / SerNet-aix.fns
index 5c8a28780da8d31824b39dc186fc37c691274fa4..c06515dac2c3a93b67af5f538c4e460a76d60b8b 100644 (file)
@@ -3,19 +3,20 @@ per_run_hook
 global_lock
 
 # get the newer version of python
-PATH=/opt/home/tridge/python:$PATH
+PATH=/opt/home/tridge/python/bin:$PATH
 export PATH
 
 compiler="cc"
 
 . common.fns
 
-test_tree samba_4_0_waf source4 $compiler
 test_tree lorikeet-heimdal . $compiler
-MAKE=gmake test_tree samba_4_0_test source $compiler
-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
 test_tree pidl . cc build test
 
+compiler="xlc_r"
+test_tree samba_4_0_test . $compiler
+
 global_unlock