try to pass more tests on hape using --with-selftest-prefix=
authormetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 1 Jun 2007 10:06:51 +0000 (10:06 +0000)
committermetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 1 Jun 2007 10:06:51 +0000 (10:06 +0000)
metze

git-svn-id: file:///home/svn/build-farm/trunk@635 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

hape.fns

index 7b06b30259e1c6f7417433c9f94918f0bd22c222..29fec958205b7236d36ae66ac0e538e0645ba2dd 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -10,11 +10,14 @@ global_lock
 #for compiler in gcc cc ; do
 for compiler in gcc ; do
 
+       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.samba4"
        test_tree samba4 source $compiler
 
-       #export config="--with-acl-support --with-libiconv=/usr/local/"
        export config="--with-acl-support --with-libiconv=/usr/local"
        test_tree samba_3_0 source $compiler