some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / SerNet-IRIX.fns
index bc3d7b50d6257defc4f632939d41888e07ca6dc7..afb1b3fd7e2d09094f0a617970bb0ec61a6df5b8 100644 (file)
@@ -8,17 +8,16 @@ SMBD_MAXTIME=18000
 SAMBA_MAXTIME=18000
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-for compiler in cc ; do
+compilers="cc"
+
+for compiler in $compilers; do
 
        #export config="--with-included-popt"
        . common.fns
 
-       test_tree samba_4_0_waf source4 $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_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
 done
 
 global_unlock