also return unfiltered callanalyse output
[amitay/build-farm.git] / hape.fns
index a5dd4b78231cb968ecae19586e003359e688c49e..cd2996214381b2d1f7ddd1e34933a354a2dc5fe8 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -15,22 +15,18 @@ export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
 #for compiler in gcc cc ; do
 for compiler in gcc ; do
-
-       export config="--with-included-popt"
+       export config=""
        . common.fns
 
-       # sun_path for unix sockets is char[92]
-       # so we need to use shorter pathes for make test
-       export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt"
-       MAKE=gmake test_tree samba_4_0_test source $compiler
-       MAKE=gmake test_tree samba_4_0_waf source4 $compiler
+       export config="--bundled-libraries=popt"
+       MAKE=gmake test_tree samba_4_0_test . $compiler
 
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_current source $compiler
+       test_tree samba_3_current source3 $compiler
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_next source $compiler
+       test_tree samba_3_next source3 $compiler
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_master source $compiler
+       test_tree samba_3_master source3 $compiler
 
 done