Claim subunit output as text/x-subunit.
[build-farm.git] / SerNet-imini.fns
index aac7e626dbeb57574f4f06da7fa01dad35552b05..fee132f7f84b9c51121beb65b030c7fba6bf997f 100644 (file)
@@ -2,11 +2,12 @@ per_run_hook
 
 global_lock
 
-for compiler in gcc cc; do
+compilers="gcc cc"
+
+for compiler in $compilers; do
        . common.fns
 
-       test_tree samba_4_0_test source $compiler
-       test_tree samba_4_0_waf source4 $compiler
+       test_tree samba_4_0_test source4 $compiler
 
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler