X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-IRIX.fns;h=cdcb6cb3b08ef9daaefb9e06440d38762ee291a5;hb=561b560df38027a7c9b87a6b690f604798948138;hp=bc3d7b50d6257defc4f632939d41888e07ca6dc7;hpb=72bc7d25bf8f9553dea0f5e6e32ae1aeb88c57bd;p=build-farm.git diff --git a/SerNet-IRIX.fns b/SerNet-IRIX.fns index bc3d7b50..cdcb6cb3 100644 --- a/SerNet-IRIX.fns +++ b/SerNet-IRIX.fns @@ -8,17 +8,17 @@ 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_4_0_test . $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler done global_unlock