mark tdb2 as an old tree to delete
[build-farm.git] / SerNet-imini.fns
index 2ba3eccecbbcca52ed712607b572ce5ff62982aa..91c958f98787edec6583ff6ab1581ed4f559d532 100644 (file)
@@ -2,14 +2,18 @@ per_run_hook
 
 global_lock
 
-for compiler in gcc cc; do
+compilers="gcc"
+
+for compiler in $compilers; do
+
        . common.fns
 
-       test_tree samba_4_0_waf source4 $compiler
+       export config="--without-acl-support"
+       test_tree samba_4_0_test . $compiler
+       export config=""
 
-       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
 done
 
 global_unlock